Hirokazu Yamamoto <ocean-c...@m2.ccsnet.ne.jp> 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 <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