From: Tim Peters Date: Sun, 8 Aug 2004 07:24:22 +0000 (+0000) Subject: Brief xrange news. X-Git-Tag: v2.4a3~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83b57355a8ec7435ac6a64bab977a61f8c98ef24;p=python Brief xrange news. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5759f3525a..f3e51c65b5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -18,6 +18,9 @@ Core and builtins via intern() will raise a TypeError. Internal operations that attempt to intern a string subclass will have no effect. +- Bug 1003935: xrange() could report bogus OverflowErrors. Documented + what xrange() intends, and repaired tests accordingly. + Extension modules ----------------- @@ -38,7 +41,6 @@ Library to return a list of all doctests, and you can filter that list by any computable criteria before passing it to a DocTestRunner instance. - Tools/Demos -----------