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 loewis
Recipients ezio.melotti, loewis, pitrou
Date 2009-05-03.17:45:58
SpamBayes Score 2.2681916e-06
Marked as misclassified No
Message-id <1241372760.27.0.819132586835.issue5913@psf.upfronthosting.co.za>
In-reply-to
Content
Before anything is changed, I would first like to understand where the
difference comes from.

If it gives ENOENT on Unix, it should also give ENOENT on Windows
(rather than giving ValueError). In addition, it should also give what
open("")/open(b"") gives - as it really is the request to open the
directory named "". (disclaimer: I haven done any tests or code review yet)
History
Date User Action Args
2009-05-03 17:46:00loewissetrecipients: + loewis, pitrou, ezio.melotti
2009-05-03 17:46:00loewissetmessageid: <1241372760.27.0.819132586835.issue5913@psf.upfronthosting.co.za>
2009-05-03 17:45:58loewislinkissue5913 messages
2009-05-03 17:45:58loewiscreate