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 Arfrever, Claudiu.Popa, berker.peksag, brett.cannon, eric.snow, larry, ncoghlan, vstinner
Date 2013-11-22.17:04:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385139875.98.0.947845210106.issue18864@psf.upfronthosting.co.za>
In-reply-to
Content
There is a commented-out line in Lib/importlib/_bootstrap.py:

+#    if hasattr(loader, 'get_data'):
+    if hasattr(loader, 'get_filename'):

http://hg.python.org/cpython/rev/07229c6104b1#l6.369
History
Date User Action Args
2013-11-22 17:04:36berker.peksagsetrecipients: + berker.peksag, brett.cannon, ncoghlan, vstinner, larry, Arfrever, Claudiu.Popa, eric.snow
2013-11-22 17:04:35berker.peksagsetmessageid: <1385139875.98.0.947845210106.issue18864@psf.upfronthosting.co.za>
2013-11-22 17:04:35berker.peksaglinkissue18864 messages
2013-11-22 17:04:35berker.peksagcreate