summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-02-24 12:25:32 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-02-24 12:25:32 (GMT)
commit9293eb965a2f70a3af849791401f8ec3fc23662b (patch)
treee48b6691f0cb0c75760781698e29f80fe7604792 /Misc
parent54fba82310bd8441dfc580e37daacb52a217d4fb (diff)
downloadcpython-9293eb965a2f70a3af849791401f8ec3fc23662b.zip
cpython-9293eb965a2f70a3af849791401f8ec3fc23662b.tar.gz
cpython-9293eb965a2f70a3af849791401f8ec3fc23662b.tar.bz2
Backport 69934: Register xrange() as a Sequence.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c71c678..efa19a2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6.2
Core and Builtins
-----------------
+- xrange() is now registered as a Sequence.
+
- Issue #5247: Improve error message when unknown format codes are
used when using str.format() with str, unicode, long, int, and
float arguments.