diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-08-11 19:04:02 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-08-11 19:04:02 (GMT) |
commit | f6c7a8595ea77a2a470309127752432df2f6e872 (patch) | |
tree | 4d1d3bc3277c7ccf7180fc5c3eafcac6ccab050a /Misc | |
parent | 817495a63171d0bbfeaf03f3b5709e1dac399b5c (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |