summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-08-08 07:24:22 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-08-08 07:24:22 (GMT)
commit83b57355a8ec7435ac6a64bab977a61f8c98ef24 (patch)
treea53910bd6cf4f5d129f3f4a95a8cb8c1fd4b2ce3 /Misc/NEWS
parentfeec4533e21a612e9a5b665c27b1a3eb84e04bb3 (diff)
downloadcpython-83b57355a8ec7435ac6a64bab977a61f8c98ef24.zip
cpython-83b57355a8ec7435ac6a64bab977a61f8c98ef24.tar.gz
cpython-83b57355a8ec7435ac6a64bab977a61f8c98ef24.tar.bz2
Brief xrange news.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5759f35..f3e51c6 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
-----------