[issue1293] Trailing slash in sys.path cause import failure

Guido van Rossum report at bugs.python.org
Tue Nov 6 23:23:27 CET 2007


Guido van Rossum added the comment:

> Another patch that uses os.path.normpath.

Sorry, I really don't like to be importing os.path in order to be able
to process the path used for an import.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1293>
__________________________________


More information about the Python-bugs-list mailing list