]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Eliminate the double reverse option. It's only use case
authorRaymond Hettinger <python@rcn.com>
Wed, 10 Mar 2004 08:32:47 +0000 (08:32 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 10 Mar 2004 08:32:47 +0000 (08:32 +0000)
commitd2c36261a202ec61bed023f22815c41d8179ace2
tree1ee4f5e092f277306eb2477035f166fa37ef4be8
parenta6366fe085dba6b47ff33a472a5371c4573a8c30
Eliminate the double reverse option.  It's only use case
was academic and it was potentially confusing to use.
Lib/test/test_enumerate.py
Objects/enumobject.c