This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, docs@python
Date 2014-05-05.09:20:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399281658.38.0.402381658113.issue21434@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/2.7/using/cmdline.html#cmdoption-3

Currently, lib2to3 provides fixers for dict.has_key(), apply(), callable(),
execfile() and reduce() functions.

The "reload" fixer was added to Python 3.4 in issue 11797, but not backported to 2.7.
History
Date User Action Args
2014-05-05 09:20:58berker.peksagsetrecipients: + berker.peksag, docs@python
2014-05-05 09:20:58berker.peksagsetmessageid: <1399281658.38.0.402381658113.issue21434@psf.upfronthosting.co.za>
2014-05-05 09:20:58berker.peksaglinkissue21434 messages
2014-05-05 09:20:58berker.peksagcreate