summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-08-11 19:04:02 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-08-11 19:04:02 (GMT)
commitf6c7a8595ea77a2a470309127752432df2f6e872 (patch)
tree4d1d3bc3277c7ccf7180fc5c3eafcac6ccab050a /Misc
parent817495a63171d0bbfeaf03f3b5709e1dac399b5c (diff)
downloadcpython-f6c7a8595ea77a2a470309127752432df2f6e872.zip
cpython-f6c7a8595ea77a2a470309127752432df2f6e872.tar.gz
cpython-f6c7a8595ea77a2a470309127752432df2f6e872.tar.bz2
Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b8c5877..c9a0522 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,9 @@ Core and Builtins
Library
-------
+- Issue #12687: Fix a possible buffering bug when unpickling text mode
+ (protocol 0, mostly) pickles.
+
- Issue #10087: Fix the html output format of the calendar module.
- Issue #12540: Prevent zombie IDLE processes on Windows due to changes