diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-06-27 19:25:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-06-27 19:25:50 (GMT) |
commit | dac3ab84c73eb99265f0cf4863897c8e8302dbfd (patch) | |
tree | 8be1ecefd889cdb90ce2ca98861e77d768ad5d5c | |
parent | 59b08c18a81b1098f136e62309ac0a749147b9a7 (diff) | |
download | cpython-dac3ab84c73eb99265f0cf4863897c8e8302dbfd.zip cpython-dac3ab84c73eb99265f0cf4863897c8e8302dbfd.tar.gz cpython-dac3ab84c73eb99265f0cf4863897c8e8302dbfd.tar.bz2 |
add issue number
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ Core and Builtins Library ------- -- 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. |