]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1001604: glob.glob() now returns unicode filenames if it was
authorGeorg Brandl <georg@python.org>
Wed, 7 Mar 2007 08:31:51 +0000 (08:31 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 7 Mar 2007 08:31:51 +0000 (08:31 +0000)
commit71ff64674375b355c9449f8b511b49756d880e48
tree5e38f0cbe2602c4fe59a935e830ef432ee51c785
parent172e7257f65e5d37974aacf0c467e76a321ddf2c
Patch #1001604: glob.glob() now returns unicode filenames if it was
given a unicode argument and os.listdir() returns unicode filenames.
Lib/glob.py
Lib/test/test_glob.py
Misc/NEWS