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 ocean-city
Recipients ezio.melotti, loewis, ocean-city, pitrou, r.david.murray
Date 2009-05-04.02:01:24
SpamBayes Score 1.6428748e-06
Marked as misclassified No
Message-id <1241402486.24.0.582529926029.issue5913@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-05-04 02:01:26ocean-citysetrecipients: + ocean-city, loewis, pitrou, ezio.melotti, r.david.murray
2009-05-04 02:01:26ocean-citysetmessageid: <1241402486.24.0.582529926029.issue5913@psf.upfronthosting.co.za>
2009-05-04 02:01:25ocean-citylinkissue5913 messages
2009-05-04 02:01:25ocean-citycreate