From: Christian Heimes Date: Wed, 5 Dec 2007 12:52:34 +0000 (+0000) Subject: Added msg to Misc/NEWS X-Git-Tag: v2.6a1~931 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cc1c6f0af8034229315551848ea9c3b95900b17;p=python Added msg to Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index f773296084..ee0ced2abb 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.