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 lcantey
Recipients gradha, lcantey, orsenthil
Date 2008-08-22.00:17:08
SpamBayes Score 0.0014261232
Marked as misclassified No
Message-id <1219364229.15.0.438654659159.issue1777458@psf.upfronthosting.co.za>
In-reply-to
Content
Updated original report with the following:

2.5.1 (r251:54863, Jul 10 2008, 17:24:48)

Fails for me with 2.5.1 on Linux, OS X, and Windows.

>>> glob.glob("*")
['t.txt', 't\xd0\xb4.txt', 't\xe2\xbd\x94.txt']
>>> glob.glob(u"*")
['t.txt', 't\xd0\xb4.txt', 't\xe2\xbd\x94.txt']
>>> glob.glob(u"./*")
[u'./t.txt', u'./t\u0434.txt', u'./t\u2f54.txt']
History
Date User Action Args
2008-08-22 00:17:09lcanteysetrecipients: + lcantey, gradha, orsenthil
2008-08-22 00:17:09lcanteysetmessageid: <1219364229.15.0.438654659159.issue1777458@psf.upfronthosting.co.za>
2008-08-22 00:17:08lcanteylinkissue1777458 messages
2008-08-22 00:17:08lcanteycreate