commit | 94f55837775f00eade742fa015d818633ab68318 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Jun 12 18:40:16 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Jun 12 18:40:16 2009 +0000 |
tree | f61f92b50485609d21e7c9c7912cccf065873387 | |
parent | 83eacca7a601df925a36455119633167a9093cdb [diff] [blame] |
Fix SystemError and a wasps nest of ref counting issues.
diff --git a/Misc/NEWS b/Misc/NEWS index f12c6d1..627dcf4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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.