Martin v. Löwis <mar...@v.loewis.de> added the comment:

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)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5913>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to