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:32 | gvanrossum | set | recipients: + gvanrossum, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson, HWJ |
| 2008-08-22 14:53:31 | gvanrossum | set | messageid: <1219416811.93.0.154285101815.issue3187@psf.upfronthosting.co.za> |
| 2008-08-22 14:53:29 | gvanrossum | link | issue3187 messages |
| 2008-08-22 14:53:28 | gvanrossum | create | |