[Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3
benjamin.peterson
python-checkins at python.org
Sat Jun 27 21:25:55 CEST 2015
https://hg.python.org/cpython/rev/e189ab8d656a
changeset: 96689:e189ab8d656a
branch: 3.4
parent: 96685:4f2333bb36f4
parent: 96688:8daf7b74462a
user: Benjamin Peterson <benjamin at python.org>
date: Sat Jun 27 14:26:15 2015 -0500
summary:
merge 3.3
files:
Misc/NEWS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,7 +91,7 @@
- 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.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list