cpython/Lib/compiler
Michael W. Hudson 896e5164bb Jacob Hallen cornered me here at EuroPython and got me to look at
patch:

[ 750008 ] 'compiler' module bug with 'import foo.bar as baz'

which I'm now checking in.

after import foo.bar as baz, baz would refer to foo.
2003-06-27 12:32:39 +00:00
..
__init__.py
ast.py
consts.py
future.py
misc.py
pyassem.py
pycodegen.py Jacob Hallen cornered me here at EuroPython and got me to look at 2003-06-27 12:32:39 +00:00
symbols.py
syntax.py
transformer.py SF patch #701494: more apply removals 2003-04-06 09:01:11 +00:00
visitor.py