Serhiy Storchaka added the comment:
What exceptions are raised on Windows when try to open a file in bad directory?
open('foo').close()
open('foo/bar') # what raised?
open('nonexistent/bar') # what raised?
If raised the same exceptions as on Linux, then perhaps the following patch
fixes this issue.
----------
keywords: +patch
nosy: +serhiy.storchaka
stage: -> patch review
Added file: http://bugs.python.org/file38145/tempfile_bad_tempdir.patch
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue22107>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com