Message 106036 - Python tracker
Message106036
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon, terry.reedy |
| Date | 2010-05-19.05:28:48 |
| SpamBayes Score | 0.0005427375 |
| Marked as misclassified | No |
| Message-id | <1274246931.53.0.416495738287.issue8754@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It wouldn't matter (at least in Python 3) as str is unicode-aware. It's more about whether it's worth special-casing the output. I say no and just go with using the repr. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-19 05:28:52 | brett.cannon | set | recipients: + brett.cannon, terry.reedy |
| 2010-05-19 05:28:51 | brett.cannon | set | messageid: <1274246931.53.0.416495738287.issue8754@psf.upfronthosting.co.za> |
| 2010-05-19 05:28:49 | brett.cannon | link | issue8754 messages |
| 2010-05-19 05:28:49 | brett.cannon | create | |