]> granicus.if.org Git - python/commit
Implement and apply PEP 322, reverse iteration
authorRaymond Hettinger <python@rcn.com>
Thu, 6 Nov 2003 14:06:48 +0000 (14:06 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 6 Nov 2003 14:06:48 +0000 (14:06 +0000)
commit85c20a41dfcec04d161ad7da7260e7b94c62d228
tree0d9e5b294ab4890b72ddc61d193036ac1d4b5ca4
parentf607fc5395883ff924c76739e9b0921953568e54
Implement and apply PEP 322, reverse iteration
12 files changed:
Doc/lib/libfuncs.tex
Include/enumobject.h
Lib/heapq.py
Lib/mhlib.py
Lib/platform.py
Lib/random.py
Lib/rfc822.py
Lib/test/test_enumerate.py
Misc/NEWS
Objects/enumobject.c
Objects/rangeobject.c
Python/bltinmodule.c