diff options
author | Ned Deily <nad@acm.org> | 2011-10-31 03:05:30 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-10-31 03:05:30 (GMT) |
commit | d1029c4853e7e4858cb2928abaad472717c6aa5d (patch) | |
tree | eac8caea2bd4a1934df0e985692c191babacd77a /Misc | |
parent | 9bf59aa103074ee0e926ef74743bb1eaa8229128 (diff) | |
parent | 7aff4517289e2a748b238f282a777e577c9e3d3f (diff) | |
download | cpython-d1029c4853e7e4858cb2928abaad472717c6aa5d.zip cpython-d1029c4853e7e4858cb2928abaad472717c6aa5d.tar.gz cpython-d1029c4853e7e4858cb2928abaad472717c6aa5d.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
@@ -347,6 +347,9 @@ Core and Builtins Library ------- +- Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. + (Patch by Roger Serwy) + - Fix the xmlrpc.client user agent to return something similar to urllib.request user agent: "Python-xmlrpc/3.3". |