◐ Shell
clean mode source ↗

Message 71749 - Python tracker

Message71749

Author gvanrossum
Recipients HWJ, amaury.forgeotdarc, benjamin.peterson, gvanrossum, pitrou, vstinner
Date 2008-08-22.14:53:28
SpamBayes Score 0.0032540408
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, vstinner, 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