summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8cd6c4d..ba39289 100644
--- 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.