]> granicus.if.org Git - python/commit
Jacob Hallen cornered me here at EuroPython and got me to look at
authorMichael W. Hudson <mwh@python.net>
Fri, 27 Jun 2003 12:32:39 +0000 (12:32 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 27 Jun 2003 12:32:39 +0000 (12:32 +0000)
commit896e5164bb8562d0e5daeccd5f9f5f1d03aedeba
tree13cdcd23baef267c8afc1b0e71698d7ca1b21659
parentf69d9f6818225fc2613230c5dc11c181085db383
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.
Lib/compiler/pycodegen.py