[issue25101] test_zipfile failure when run by unprivileged user with installed Python

Serhiy Storchaka report at bugs.python.org
Fri Sep 18 11:43:58 CEST 2015


Serhiy Storchaka added the comment:

Oh, using TemporaryFile for testing write access is not good on Windows, because there is an issue with TemporaryFile that it repeats attempts to create a file in read-only directory.

Updated patch used constant file name.

----------
Added file: http://bugs.python.org/file40501/test_zipfile_check_write_access_2.patch

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


More information about the Python-bugs-list mailing list