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 cool-RR
Recipients cool-RR
Date 2013-12-30.20:26:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388435202.0.0.988564041108.issue20097@psf.upfronthosting.co.za>
In-reply-to
Content
There's a bad usage of `self` here:

    http://hg.python.org/cpython/file/fd846837492d/Lib/importlib/_bootstrap.py#l1431

`self` isn't defined because it's a class method.
History
Date User Action Args
2013-12-30 20:26:42cool-RRsetrecipients: + cool-RR
2013-12-30 20:26:42cool-RRsetmessageid: <1388435202.0.0.988564041108.issue20097@psf.upfronthosting.co.za>
2013-12-30 20:26:41cool-RRlinkissue20097 messages
2013-12-30 20:26:41cool-RRcreate