diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-06-27 19:26:15 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-06-27 19:26:15 (GMT) |
commit | acac1e0e3bf564fbad2107d8f50d7e9c42e5ef22 (patch) | |
tree | bda16bbecd17624c36ec73d27575cd3134696d54 | |
parent | ff0f322edbb200c1dadd287c3355a5bc006d7fa6 (diff) | |
parent | dac3ab84c73eb99265f0cf4863897c8e8302dbfd (diff) | |
download | cpython-acac1e0e3bf564fbad2107d8f50d7e9c42e5ef22.zip cpython-acac1e0e3bf564fbad2107d8f50d7e9c42e5ef22.tar.gz cpython-acac1e0e3bf564fbad2107d8f50d7e9c42e5ef22.tar.bz2 |
merge 3.3
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ Library - Issue #23796: peek and read1 methods of BufferedReader now raise ValueError if they called on a closed object. Patch by John Hergenroeder. -- Fix possible integer overflows in the pickle module. +- Issue #24521: Fix possible integer overflows in the pickle module. - Issue #22931: Allow '[' and ']' in cookie values. |