]> 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 02:58:04 +0000 (19:58 -0700)
committerNed Deily <nad@acm.org>
Mon, 31 Oct 2011 02:58:04 +0000 (19:58 -0700)
commit86d669bdb849ab5cf99623494c706a5ab416e84e
tree37452c060ac7e4996a5f1fedba5e19eb86607a05
parentf45501d8f8fe516d8dee4cc72f80bbaf1d5fd80a
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
(Patch by Roger Serwy)
Lib/idlelib/PyShell.py
Misc/NEWS