commit | f6c7a8595ea77a2a470309127752432df2f6e872 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Aug 11 21:04:02 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Aug 11 21:04:02 2011 +0200 |
tree | 4d1d3bc3277c7ccf7180fc5c3eafcac6ccab050a | |
parent | 817495a63171d0bbfeaf03f3b5709e1dac399b5c [diff] [blame] |
Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles.
diff --git a/Misc/NEWS b/Misc/NEWS index b8c5877..c9a0522 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -41,6 +41,9 @@ 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