]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed
authorThomas Wouters <thomas@python.org>
Mon, 9 Jul 2001 12:30:54 +0000 (12:30 +0000)
committerThomas Wouters <thomas@python.org>
Mon, 9 Jul 2001 12:30:54 +0000 (12:30 +0000)
commitefafcea2805436c12fd6544d9bff355cfac061d8
treeaf9cd5cafe8fdba354d419ec8aa08737dc346794
parent4ccf1190535319d37cbc712422fd097cd8f0464f
Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed
on python-dev. The features will still vanish, however, just one release
later.
Include/rangeobject.h
Objects/rangeobject.c
Python/bltinmodule.c