Message 76085 - Python tracker
Message76085
| Author | brett.cannon |
|---|---|
| Recipients | barry, brett.cannon, christian.heimes, gvanrossum, jcea, vstinner |
| Date | 2008-11-20.00:33:01 |
| SpamBayes Score | 6.3385596e-07 |
| Marked as misclassified | No |
| Message-id | <1227141183.72.0.605318804029.issue3799@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I have attached a file that does everything internally as UTF-8 but reads and writes to disk as Latin-1. I added some unit tests to verify that taking a character encoded in UTF-8 or as a string still works properly regardless of whether one uses the string or bytes version of the key. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-11-20 00:33:03 | brett.cannon | set | recipients: + brett.cannon, gvanrossum, barry, jcea, vstinner, christian.heimes |
| 2008-11-20 00:33:03 | brett.cannon | set | messageid: <1227141183.72.0.605318804029.issue3799@psf.upfronthosting.co.za> |
| 2008-11-20 00:33:03 | brett.cannon | link | issue3799 messages |
| 2008-11-20 00:33:03 | brett.cannon | create | |