summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-05 12:52:34 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-05 12:52:34 (GMT)
commit7cc1c6f0af8034229315551848ea9c3b95900b17 (patch)
treeb4137c7cb9623ba2e2588d88c78be759d35f5b4a
parentfe4826f6ace6076b4ded9275b5ad5bdb04017b55 (diff)
downloadcpython-7cc1c6f0af8034229315551848ea9c3b95900b17.zip
cpython-7cc1c6f0af8034229315551848ea9c3b95900b17.tar.gz
cpython-7cc1c6f0af8034229315551848ea9c3b95900b17.tar.bz2
Added msg to Misc/NEWS
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f773296..ee0ced2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 1?
Core and builtins
-----------------
+- Issue #1553: An errornous __length_hint__ can make list() raise a
+ SystemError.
+
- PEP 366: Allow explicit relative imports when executing modules
inside packages with the -m switch via a new module level
__package__ attribute.