]> granicus.if.org Git - python/commit
Patch by Mark Day to allow from __future__ imports. Looks harmless
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 7 Sep 2001 10:11:31 +0000 (10:11 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 7 Sep 2001 10:11:31 +0000 (10:11 +0000)
commit71707f3bb8be3a62518b43495881a5377ee82d0e
tree9465c86ac57bede9023aab122d60309a3b7dbad3
parent51e2651b298cf59653133baf556f4cca3c569583
Patch by Mark Day to allow from __future__ imports. Looks harmless
enough, but may have side-effects because it preallocates a single
codeop.Compiler() to compile all statements the user enters.

Just: please review and retract/modify if necessary.
Mac/Tools/IDE/PyInteractive.py