From: Ned Deily Date: Mon, 31 Oct 2011 03:05:30 +0000 (-0700) Subject: Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. X-Git-Tag: v3.3.0a1~1013 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1029c4853e7e4858cb2928abaad472717c6aa5d;p=thirdparty%2FPython%2Fcpython.git Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. (Patch by Roger Serwy) --- d1029c4853e7e4858cb2928abaad472717c6aa5d diff --cc Misc/NEWS index 381ceae8f4b6,13e79b2a242d..67bb6e6049c8 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -347,9 -66,9 +347,12 @@@ Core and Builtin 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". + - Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client.