projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
9bf59aa
7aff451
)
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
author
Ned Deily
<nad@acm.org>
Mon, 31 Oct 2011 03:05:30 +0000
(20:05 -0700)
committer
Ned Deily
<nad@acm.org>
Mon, 31 Oct 2011 03:05:30 +0000
(20:05 -0700)
(Patch by Roger Serwy)
1
2
Misc/NEWS
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
Misc/NEWS
index 381ceae8f4b6d7392ae1ac8ffa79ccb6c838597c,13e79b2a242d7b09315553850a25710b635e9178..67bb6e6049c88ffd028e3a4c3d1f05556267ac26
---
1
/
Misc/NEWS
---
2
/
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.