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 ezio.melotti
Recipients Adam.Matan, ezio.melotti
Date 2011-04-02.15:10:31
SpamBayes Score 7.750758e-06
Marked as misclassified No
Message-id <1301757032.73.0.546023764437.issue11741@psf.upfronthosting.co.za>
In-reply-to
Content
I should have added that both 'א' and u'א' work as long as the file names in the list returned by glob() are ASCII: if u'א' is used they are simply coerced to unicode.
If there are non-ASCII file names in the glob() list, the copy fails because Python 2 tries to coerce the name to unicode decoding it implicitly with the 'ascii' codec, and that fails.
History
Date User Action Args
2011-04-02 15:10:32ezio.melottisetrecipients: + ezio.melotti, Adam.Matan
2011-04-02 15:10:32ezio.melottisetmessageid: <1301757032.73.0.546023764437.issue11741@psf.upfronthosting.co.za>
2011-04-02 15:10:32ezio.melottilinkissue11741 messages
2011-04-02 15:10:31ezio.melotticreate