commit | 7aff4517289e2a748b238f282a777e577c9e3d3f | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Sun Oct 30 20:01:35 2011 -0700 |
committer | Ned Deily <nad@acm.org> | Sun Oct 30 20:01:35 2011 -0700 |
tree | 347c224c1e2392a6b747b29fe2cab5022dbb41b2 | |
parent | 567493fe263e4e4ee50fcb0648ce3f2bbfc84db7 [diff] [blame] |
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. (Patch by Roger Serwy)
diff --git a/Misc/NEWS b/Misc/NEWS index 50a9a3d..13e79b2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -66,6 +66,9 @@ 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.