Hirokazu Yamamoto <[email protected]> added the comment:

For u"", os.listdir calls FindFirstFileW with u"\\*.*",
For "", os.listdir calls FindFirstFileA with "*.*".

The code before FindFirstFile[AW] is slightly different for empty path.

----------

_______________________________________
Python tracker <[email protected]>
<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