Message170562
| Author | chris.jerdonek |
|---|---|
| Recipients | Aleksey.Sivokon, chris.jerdonek, eric.smith, r.david.murray |
| Date | 2012-09-16.18:27:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1347820030.38.0.215790837971.issue15951@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
What about cases like this?
>>> f.format(u'{0}', '\xe9')
'\xe9'
It seems fixing this issue for non-empty strings would cause formerly running cases like this to raise UnicodeDecodeError.
>>> unicode('\xe9')
...
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 0: ordinal not in range(128)
Would that be acceptable? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-09-16 18:27:10 | chris.jerdonek | set | recipients: + chris.jerdonek, eric.smith, r.david.murray, Aleksey.Sivokon |
| 2012-09-16 18:27:10 | chris.jerdonek | set | messageid: <1347820030.38.0.215790837971.issue15951@psf.upfronthosting.co.za> |
| 2012-09-16 18:27:09 | chris.jerdonek | link | issue15951 messages |
| 2012-09-16 18:27:09 | chris.jerdonek | create | |