This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients BreamoreBoy, georg.brandl, ncoghlan, rupole, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2015-02-15.09:03:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423991014.86.0.743088851458.issue22107@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-02-15 09:03:34serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, ncoghlan, rupole, tim.golden, BreamoreBoy, zach.ware, steve.dower
2015-02-15 09:03:34serhiy.storchakasetmessageid: <1423991014.86.0.743088851458.issue22107@psf.upfronthosting.co.za>
2015-02-15 09:03:34serhiy.storchakalinkissue22107 messages
2015-02-15 09:03:34serhiy.storchakacreate