[Python-checkins] r54198 - in python/branches/release25-maint: Lib/glob.py Lib/test/test_glob.py Misc/NEWS

Thomas Wouters thomas at python.org
Sat Mar 10 00:36:21 CET 2007


On 3/7/07, georg.brandl <python-checkins at python.org> wrote:
>
> Author: georg.brandl
> Date: Wed Mar  7 09:32:24 2007
> New Revision: 54198
>
> Modified:
>    python/branches/release25-maint/Lib/glob.py
>    python/branches/release25-maint/Lib/test/test_glob.py
>    python/branches/release25-maint/Misc/NEWS
> Log:
> 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)


This change should not be backported, IMHO. (It changes functioning code, as
far as I can tell -- but feel free to correct me :)

-- 
Thomas Wouters <thomas at python.org>

Hi! I'm a .signature virus! copy me into your .signature file to help me
spread!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-checkins/attachments/20070310/dc430b01/attachment.html 


More information about the Python-checkins mailing list