Message178596
| Author | s0undt3ch |
|---|---|
| Recipients | chris.jerdonek, doerwalter, eric.smith, ezio.melotti, flox, gkcn, pablomouzo, s0undt3ch, vstinner |
| Date | 2012-12-30.18:35:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1356892548.73.0.919774282017.issue7300@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is not a 2.7 issue only:
>>> import sys
>>> sys.version_info
(2, 6, 5, 'final', 0
>>> 'Foo {0}'.format(u'bár')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 1: ordinal not in range(128)
>>> |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-12-30 18:35:48 | s0undt3ch | set | recipients: + s0undt3ch, doerwalter, vstinner, eric.smith, ezio.melotti, pablomouzo, flox, chris.jerdonek, gkcn |
| 2012-12-30 18:35:48 | s0undt3ch | set | messageid: <1356892548.73.0.919774282017.issue7300@psf.upfronthosting.co.za> |
| 2012-12-30 18:35:48 | s0undt3ch | link | issue7300 messages |
| 2012-12-30 18:35:48 | s0undt3ch | create | |