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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25101>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to