]> granicus.if.org Git - python/commit
Update magic number.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 1 Sep 2000 20:33:26 +0000 (20:33 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 1 Sep 2000 20:33:26 +0000 (20:33 +0000)
commit2051608616178ca6b73d5d59d887ddd67c5835e3
treed7a04d3c59976fcd173c48e66e93f15faf826f64
parent7527e00058bcfeb21c56386769a83ddff2005754
Update magic number.

Fix import support to work with import as variant of Python 2.0.  The
grammar for import changed, requiring changes in transformer and code
generator, even to handle compilation of imports with as.
Lib/compiler/pycodegen.py
Lib/compiler/transformer.py
Tools/compiler/compiler/pycodegen.py
Tools/compiler/compiler/transformer.py