- fix to code generation to correctly track multiple defs with the same name.
this is implemented by changing the "topleveldefs" and "closuredefs" collections
from a Set to a dictionary.  a unit test was added with alternate set-ordering
as the original issue only appeared on linux to start.
- "backslash" -> "slash" in syntax doc
5 files changed
tree: 218e81a10360173ae8245870fd6b7bef774b2850
  1. doc/
  2. examples/
  3. lib/
  4. test/
  5. test_htdocs/
  6. CHANGES
  7. LICENSE
  8. MANIFEST.in
  9. setup.py