Message 71752 - Python tracker
Message71752
| Author | vstinner |
|---|---|
| Recipients | HWJ, amaury.forgeotdarc, benjamin.peterson, gvanrossum, pitrou, vstinner |
| Date | 2008-08-22.15:33:58 |
| SpamBayes Score | 3.849734e-05 |
| Marked as misclassified | No |
| Message-id | <1219419240.29.0.0156388426303.issue3187@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
My last patch (posix_join_bytes.patch) is also enough to fix the initial reported problem: error in posixpath.join() called by os.walk(). I tried os.walk() on a directory with invalid filenames and invalid directory name and it works well. So the last bug is open() which disallow opening a file with an invalid name. So here is another patch for that. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-22 15:34:00 | vstinner | set | recipients: + vstinner, gvanrossum, amaury.forgeotdarc, pitrou, benjamin.peterson, HWJ |
| 2008-08-22 15:34:00 | vstinner | set | messageid: <1219419240.29.0.0156388426303.issue3187@psf.upfronthosting.co.za> |
| 2008-08-22 15:33:59 | vstinner | link | issue3187 messages |
| 2008-08-22 15:33:59 | vstinner | create | |