]> granicus.if.org Git - python/commit
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
authorNed Deily <nad@acm.org>
Mon, 31 Oct 2011 03:01:35 +0000 (20:01 -0700)
committerNed Deily <nad@acm.org>
Mon, 31 Oct 2011 03:01:35 +0000 (20:01 -0700)
commit7aff4517289e2a748b238f282a777e577c9e3d3f
tree347c224c1e2392a6b747b29fe2cab5022dbb41b2
parent567493fe263e4e4ee50fcb0648ce3f2bbfc84db7
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
(Patch by Roger Serwy)
Lib/idlelib/PyShell.py
Misc/NEWS