[issue6597] Deprecate iterable.next in Python > 2.6.x when called with -3 option ?

Brett Cannon report at bugs.python.org
Thu Jul 30 19:16:24 CEST 2009


Brett Cannon <brett at python.org> added the comment:

2to3 already performs the change for calls to iter.next() as well the 
method definition, so a deprecation warning is redundant.

Thanks for the thought, though.

----------
assignee: georg.brandl -> 
components:  -Documentation, Interpreter Core
nosy: +brett.cannon
resolution:  -> rejected
stage:  -> test needed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6597>
_______________________________________


More information about the Python-bugs-list mailing list