[issue3677] importing from UNC roots doesn't work

Hirokazu Yamamoto report at bugs.python.org
Wed Oct 8 02:11:30 CEST 2008


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

zipimport.c seems fine, because stat(2) succeeds for UNC file. It fails
for UNC folder. (zip file is absolutely file)

Already fix for issue1293 was in, so maybe I should create the patch for
that direction but... anyway this issue seems to be fixed by my patch. I
also confirmed the test script in http://bugs.python.org/msg56523 works.

----------
keywords: +patch
Added file: http://bugs.python.org/file11739/not_use_stat_in_import_on_windows.patch

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


More information about the Python-bugs-list mailing list