diff options
author | Ned Deily <nad@acm.org> | 2011-10-31 03:01:35 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-10-31 03:01:35 (GMT) |
commit | 7aff4517289e2a748b238f282a777e577c9e3d3f (patch) | |
tree | 347c224c1e2392a6b747b29fe2cab5022dbb41b2 /Misc | |
parent | 567493fe263e4e4ee50fcb0648ce3f2bbfc84db7 (diff) | |
download | cpython-7aff4517289e2a748b238f282a777e577c9e3d3f.zip cpython-7aff4517289e2a748b238f282a777e577c9e3d3f.tar.gz cpython-7aff4517289e2a748b238f282a777e577c9e3d3f.tar.bz2 |
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
(Patch by Roger Serwy)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ Core and Builtins Library ------- +- Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. + (Patch by Roger Serwy) + - Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client. |