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

Christian Heimes report at bugs.python.org
Thu Nov 1 22:12:36 CET 2007


Christian Heimes added the comment:

Here is a patch that solves the problem. However the patch is against
the py3k sources and I like somebody to review and test it. I don't have
enough disk space in my VMWare box to test it against the trunk or 2.5.

Reason for the problem: Windows' stat doesn't like trailing slashes.

----------
keywords: +patch
nosy: +georg.brandl
Added file: http://bugs.python.org/file8674/trailing_slash.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1293>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: trailing_slash.patch
Type: text/x-diff
Size: 925 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071101/4438c802/attachment.patch 


More information about the Python-bugs-list mailing list