[issue18864] Implementation for PEP 451 (importlib.machinery.ModuleSpec)

Berker Peksag report at bugs.python.org
Fri Nov 22 18:04:35 CET 2013


Berker Peksag added the comment:

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

----------

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


More information about the Python-bugs-list mailing list