- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message87113
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 | vstinner |
|---|---|
| Recipients | Nick Barnes, ggenellina, lemburg, pitrou, vstinner |
| Date | 2009-05-04.11:07:13 |
| SpamBayes Score | 7.198675e-08 |
| Marked as misclassified | No |
| Message-id | <1241435234.36.0.314376899056.issue4426@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Copy of msg76404 from duplicate issue (#4425): ---- '/'.encode('utf7') returns '+AC8-'. It should return '/'. See RFC 2152. '/'.decode('utf7') raises an exception (this is a special case of a general problem with UTF-7 decoding, which I will report as a separate bug). ---- |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-05-04 11:07:14 | vstinner | set | recipients: + vstinner, lemburg, ggenellina, pitrou, Nick Barnes |
| 2009-05-04 11:07:14 | vstinner | set | messageid: <1241435234.36.0.314376899056.issue4426@psf.upfronthosting.co.za> |
| 2009-05-04 11:07:13 | vstinner | link | issue4426 messages |
| 2009-05-04 11:07:13 | vstinner | create | |

