Commit abc67e7b authored by Guido van Rossum's avatar Guido van Rossum

News about xrange().

parent cf96d85c
...@@ -138,6 +138,10 @@ Core ...@@ -138,6 +138,10 @@ Core
Library 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. - 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. - calendar.py uses month and day names based on the current locale.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment