summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-15 05:19:32 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-15 05:19:32 (GMT)
commita15f614a0cc7bc76bac0fa1a6e050967ca1bacd7 (patch)
tree4828ba2529f3f8ef6c0d688dfb35ffc6f4b88283 /Misc
parent5ee8cb1201e2c926f8c9c8cd6a79c054746f57b6 (diff)
parent982ef4e0bc2b1def1117238fb5292cca5dfa2891 (diff)
downloadcpython-a15f614a0cc7bc76bac0fa1a6e050967ca1bacd7.zip
cpython-a15f614a0cc7bc76bac0fa1a6e050967ca1bacd7.tar.gz
cpython-a15f614a0cc7bc76bac0fa1a6e050967ca1bacd7.tar.bz2
#11845: Merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bf75d8b..553adcd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1?
Core and Builtins
-----------------
+- Issue #11845: Fix typo in rangeobject.c that caused a crash in
+ compute_slice_indices. Patch by Daniel Urban.
+
- Issue #5673: Added a `timeout` keyword argument to subprocess.Popen.wait,
subprocess.Popen.communicated, subprocess.call, subprocess.check_call, and
subprocess.check_output. If the blocking operation takes more than `timeout`