]> granicus.if.org Git - python/commit
Let reversed() work with itself.
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 10:49:42 +0000 (10:49 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 10:49:42 +0000 (10:49 +0000)
commit06353f76beab69a538d3a55ca9b6df7e9754b999
tree3d0caeac4f7b271d32c35333a6b4f47baedbfa46
parent8a1a5945908c7a0b2b487a98431ff46ab934014a
Let reversed() work with itself.
Include/listobject.h
Lib/test/test_enumerate.py
Objects/enumobject.c