Message 97354 - Python tracker
Message97354
| Author | ezio.melotti |
|---|---|
| Recipients | doerwalter, eric.smith, ezio.melotti, flox, vstinner |
| Date | 2010-01-07.13:35:56 |
| SpamBayes Score | 0.0018680098 |
| Marked as misclassified | No |
| Message-id | <1262871359.69.0.326315802597.issue7649@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
First patch that makes u'%c' % '\x80' raise a UnicodeDecodeError. I could reproduce the problem on Linux 32/64bit, Windows 32bit and Python from 2.4 to 2.7. The '\Uffffff80' is returned by wide builds. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-01-07 13:35:59 | ezio.melotti | set | recipients: + ezio.melotti, doerwalter, vstinner, eric.smith, flox |
| 2010-01-07 13:35:59 | ezio.melotti | set | messageid: <1262871359.69.0.326315802597.issue7649@psf.upfronthosting.co.za> |
| 2010-01-07 13:35:56 | ezio.melotti | link | issue7649 messages |
| 2010-01-07 13:35:56 | ezio.melotti | create | |