summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-06-12 18:40:16 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-06-12 18:40:16 (GMT)
commit94f55837775f00eade742fa015d818633ab68318 (patch)
treef61f92b50485609d21e7c9c7912cccf065873387 /Misc
parent83eacca7a601df925a36455119633167a9093cdb (diff)
downloadcpython-94f55837775f00eade742fa015d818633ab68318.zip
cpython-94f55837775f00eade742fa015d818633ab68318.tar.gz
cpython-94f55837775f00eade742fa015d818633ab68318.tar.bz2
Fix SystemError and a wasps nest of ref counting issues.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f12c6d1..627dcf4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.1 Release Candidate 2?
Core and Builtins
-----------------
+- Fixed SystemError triggered by "range([], 1, -1)".
+
- Issue #5924: On Windows, a large PYTHONPATH environment variable
(more than 255 characters) would be completely ignored.