Message170560
| Author | r.david.murray |
|---|---|
| Recipients | Aleksey.Sivokon, chris.jerdonek, eric.smith, r.david.murray |
| Date | 2012-09-16.14:55:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1347807313.88.0.71735185148.issue15951@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Format with unicode is a bit of a mess in 2.7. It would be consistent with the rest of python2 for
>>> f.format("{0}", u"a")
u'a'
to be correct.
See also issue 7300 and issue 15276. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-09-16 14:55:13 | r.david.murray | set | recipients: + r.david.murray, eric.smith, chris.jerdonek, Aleksey.Sivokon |
| 2012-09-16 14:55:13 | r.david.murray | set | messageid: <1347807313.88.0.71735185148.issue15951@psf.upfronthosting.co.za> |
| 2012-09-16 14:55:13 | r.david.murray | link | issue15951 messages |
| 2012-09-16 14:55:13 | r.david.murray | create | |