commit | 9293eb965a2f70a3af849791401f8ec3fc23662b | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Feb 24 12:25:32 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Feb 24 12:25:32 2009 +0000 |
tree | e48b6691f0cb0c75760781698e29f80fe7604792 | |
parent | 54fba82310bd8441dfc580e37daacb52a217d4fb [diff] [blame] |
Backport 69934: Register xrange() as a Sequence.
diff --git a/Misc/NEWS b/Misc/NEWS index c71c678..efa19a2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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.