]> granicus.if.org Git - python/commit
Patch #1001604: glob.glob() now returns unicode filenames if it was
authorGeorg Brandl <georg@python.org>
Wed, 7 Mar 2007 08:32:24 +0000 (08:32 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 7 Mar 2007 08:32:24 +0000 (08:32 +0000)
commit84a0b8d4b6459009862ba7e8ca01079d325dadbf
treedce716d4b6c0ddebcf482a3afbc0aa72c1e45633
parentfd13ef9c9c6df46143a2d1d28e7ac6063158fb23
Patch #1001604: glob.glob() now returns unicode filenames if it was
given a unicode argument and os.listdir() returns unicode filenames.
 (backport from rev. 54197)
Lib/glob.py
Lib/test/test_glob.py
Misc/NEWS