Author gvanrossum
Recipients HWJ, amaury.forgeotdarc, benjamin.peterson, gvanrossum, haypo, pitrou
Date 2008-08-22.14:53:28
SpamBayes Score 0.00325404
Marked as misclassified No
Message-id <1219416811.93.0.154285101815.issue3187@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-08-22 14:53:32gvanrossumsetrecipients: + gvanrossum, amaury.forgeotdarc, pitrou, haypo, benjamin.peterson, HWJ
2008-08-22 14:53:31gvanrossumsetmessageid: <1219416811.93.0.154285101815.issue3187@psf.upfronthosting.co.za>
2008-08-22 14:53:29gvanrossumlinkissue3187 messages
2008-08-22 14:53:28gvanrossumcreate