diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-06-27 19:26:29 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-06-27 19:26:29 (GMT) |
commit | 5a22ca7fcc8e628f4d1fce252d97aed4d7ed46a3 (patch) | |
tree | de7667439240be20c2c722106f10fd1bf9435745 | |
parent | 3ad880a98aad044119e2d80654e4a641e2504871 (diff) | |
parent | 758d60baaa3c041d0982c84d514719ab197bd6ed (diff) | |
download | cpython-5a22ca7fcc8e628f4d1fce252d97aed4d7ed46a3.zip cpython-5a22ca7fcc8e628f4d1fce252d97aed4d7ed46a3.tar.gz cpython-5a22ca7fcc8e628f4d1fce252d97aed4d7ed46a3.tar.bz2 |
merge 3.5
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -463,7 +463,7 @@ Library lines from the code object, fixing an issue when a lambda function is used as decorator argument. Patch by Thomas Ballinger and Allison Kaptur. -- 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. |