]> granicus.if.org Git - python/commit
range() should have been registered as a Sequence.
authorRaymond Hettinger <python@rcn.com>
Tue, 24 Feb 2009 11:25:35 +0000 (11:25 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 24 Feb 2009 11:25:35 +0000 (11:25 +0000)
commit9aa53c2f0151032c5592d0c8b112fc35d7f77078
treef8adb68506cd22f9cf5a3dfdb9d7bd87128837fc
parentafd30450251f7857aae8fbaaf4344ab04fac44f5
range() should have been registered as a Sequence.
Needs to be backported to 2.6, 2.7, and 3.0.
Lib/_abcoll.py
Lib/test/test_collections.py