commit | 86d669bdb849ab5cf99623494c706a5ab416e84e | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Sun Oct 30 19:58:04 2011 -0700 |
committer | Ned Deily <nad@acm.org> | Sun Oct 30 19:58:04 2011 -0700 |
tree | 37452c060ac7e4996a5f1fedba5e19eb86607a05 | |
parent | f45501d8f8fe516d8dee4cc72f80bbaf1d5fd80a [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 09f9e32..9407874 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -74,6 +74,9 @@ Library ------- +- Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. + (Patch by Roger Serwy) + - Issue #7334: close source files on ElementTree.parse and iterparse. - Issue #13232: logging: Improved logging of exceptions in the presence of