[issue18351] Incorrect variable name in importlib._bootstrap._get_sourcefile

Madison May report at bugs.python.org
Fri Jul 5 19:36:49 CEST 2013


Madison May added the comment:

Yet another _get_sourcefile() related bug to report.  Line 453 should be:

source_path = bytcode_path[:-1]

instead of 

source_path = bytcode_path[-1:]

----------

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


More information about the Python-bugs-list mailing list