
From james-ward
x Multimodule support
- Reorg package structure for codegen:
  - asn1ate
      codegen
        python
	  support
	    __init__.py
            translate.py

	pyasn1.py
x IA5String support
- support.python.translation?
  - translate identifiers
  - translate type names
  - keyword escaping
x Binary literals
x Hex literals
x Enumeration extension markers
- "Allow references to other modules with "." notation" 
  - Double-check this with spec, looks suspiciously simple
  - Multi-module dependency resolution in Pyasn1Backend (module references -> imports)
- HUGE: Constraints, tbd later
- Document how to build custom translators
x Only emit _OID if there are ObjectIdentifierValues in the sema tree.
