]> granicus.if.org Git - python/commitdiff
Added msg to Misc/NEWS
authorChristian Heimes <christian@cheimes.de>
Wed, 5 Dec 2007 12:52:34 +0000 (12:52 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 5 Dec 2007 12:52:34 +0000 (12:52 +0000)
Misc/NEWS

index f773296084bab3ee42434227158e2bfa64ad294d..ee0ced2abbe13ed9f168d53311550be9867094b4 100644 (file)
--- 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.