summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-01-29 17:11:39 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-01-29 17:11:39 (GMT)
commit36ecd676eac6c9d7ace41a1ff35124912371e91d (patch)
tree4b0feee8c71c1921b339e69a57f72dce9a1ba857 /Misc
parentb5d7400e8a62ebedb8575cca8cd777e29c230e91 (diff)
downloadcpython-36ecd676eac6c9d7ace41a1ff35124912371e91d.zip
cpython-36ecd676eac6c9d7ace41a1ff35124912371e91d.tar.gz
cpython-36ecd676eac6c9d7ace41a1ff35124912371e91d.tar.bz2
Issue #7788: Fix a crash produced by deleting a list slice with huge
step value. Patch by Marcin Bachry.
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 2bdd5a5..e19d902 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 3?
Core and Builtins
-----------------
+- Issue #7788: Fix an interpreter crash produced by deleting a list
+ slice with very large step value.
+
- Issue #7766: Change sys.getwindowsversion() return value to a named
tuple and add the additional members returned in an OSVERSIONINFOEX
structure. The new members are service_pack_major, service_pack_minor,