[issue13363] Many usages of dict.keys(), dict.values(), dict.items() when the iter version could be used

Ned Deily report at bugs.python.org
Mon Nov 7 07:41:17 CET 2011


Ned Deily <nad at acm.org> added the comment:

Thanks for you interest in improving Python. As noted in the response to one of your other issues, we generally do not do style cleanups just for the sake of style cleanups.  In addition, our policy for current maintenance branches, like Python 2.7, is to apply bug fixes only.  As there will be no further feature releases for Python 2, anything other than a bug fix would only be a candidate for the next Python 3 release (Python 3.3).

See the Python Developer's Guide for more information:
http://docs.python.org/devguide/devcycle.html#maintenance-branches

----------
nosy: +ned.deily
resolution:  -> rejected
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list