]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
News about xrange().
authorGuido van Rossum <guido@python.org>
Thu, 5 Jul 2001 14:46:25 +0000 (14:46 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 5 Jul 2001 14:46:25 +0000 (14:46 +0000)
Misc/NEWS

index 8cd6c4d7aa16b9e838b8e20f4f0497b32fd0e8ce..ba39289578d53b34df89f2fdb345c99a21d65fdf 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -138,6 +138,10 @@ Core
 
 Library
 
+- The xrange() object is simplified: it no longer supports slicing,
+  repetition, comparisons, efficient 'in' checking, the tolist()
+  method, or the start, stop and step attributes.  See PEP 260.
+
 - A new function fnmatch.filter to filter lists of file names was added.
 
 - calendar.py uses month and day names based on the current locale.