- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message76409
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, vstinner |
| Date | 2008-11-25.12:38:45 |
| SpamBayes Score | 9.357332e-06 |
| Marked as misclassified | No |
| Message-id | <1227616726.27.0.20683613969.issue4426@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Can you write some tests to help fixing this issue? Stupid example (I
don't know UTF-8 encoding):
>>> all((byte.encode("utf-7") == byte) for byte in '<=>[]@')
>>> all((byte.decode("utf-7") == byte) for byte in '<=>[]@') |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-11-25 12:38:46 | vstinner | set | recipients: + vstinner, Nick Barnes |
| 2008-11-25 12:38:46 | vstinner | set | messageid: <1227616726.27.0.20683613969.issue4426@psf.upfronthosting.co.za> |
| 2008-11-25 12:38:45 | vstinner | link | issue4426 messages |
| 2008-11-25 12:38:45 | vstinner | create | |

