diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |