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.

作者 gvanrossum
收信人 HWJ, amaury.forgeotdarc, benjamin.peterson, gvanrossum, pitrou, vstinner
日期 2008-08-22.14:53:28
SpamBayes Score 0.0032540408
Marked as misclassified
Message-id <1219416811.93.0.154285101815.issue3187@psf.upfronthosting.co.za>
In-reply-to
内容
I'm not interested in the InvalidFilename class; it's an API
complification that might seem right for your situation but will hinder
most other people.  However I *am* interested in a patch that makes
os.unlink() (and as many other functions as you can think of) accept
bytes.  You'll have to think what encoding to use on Windows though,
since (AFAIK) the Windows filesystem APIs *do* use Unicode.
历史
日期 用户 动作 参数
2008-08-22 14:53:32gvanrossum修改recipients: + gvanrossum, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson, HWJ
2008-08-22 14:53:31gvanrossum修改messageid: <1219416811.93.0.154285101815.issue3187@psf.upfronthosting.co.za>
2008-08-22 14:53:29gvanrossum链接issue3187 messages
2008-08-22 14:53:28gvanrossum创建