- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message67637
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.
| Author | baikie |
|---|---|
| Recipients | baikie, loewis |
| Date | 2008-06-02.17:59:29 |
| SpamBayes Score | 0.14757931 |
| Marked as misclassified | No |
| Message-id | <1212429585.73.0.712442034935.issue3023@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hmm, yes, I see that the open() builtin doesn't accept bytes filenames, though os.open() still does. When I saw that you could pass bytes filenames transparently from os.listdir() to os.open(), I assumed that this was intentional! So what *is* os.listdir() supposed to do when it finds an unconvertible filename? Raise an exception? Pretend the file isn't there? What if someone puts unconvertible strings in the password database? I think this is going to cause real problems for people. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-06-02 17:59:53 | baikie | set | spambayes_score: 0.147579 -> 0.14757931 recipients: + baikie, loewis |
| 2008-06-02 17:59:48 | baikie | set | spambayes_score: 0.147579 -> 0.147579 messageid: <1212429585.73.0.712442034935.issue3023@psf.upfronthosting.co.za> |
| 2008-06-02 17:59:43 | baikie | link | issue3023 messages |
| 2008-06-02 17:59:39 | baikie | create | |

