Message180738
| Author | ncoghlan |
|---|---|
| Recipients | akuchling, belopolsky, cvrebert, eric.araujo, ezio.melotti, georg.brandl, ncoghlan, python-dev, rhettinger, terry.reedy |
| Date | 2013-01-27.03:27:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1359257272.14.0.48197557974.issue4153@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The section in the HOWTO on Python's unicode support also misses the fact that the easiest way to include a Unicode character in a string literal in Python 3 is to *include that character in the string literal* (since source code is now treated as UTF-8 by default). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-01-27 03:27:52 | ncoghlan | set | recipients: + ncoghlan, akuchling, georg.brandl, rhettinger, terry.reedy, belopolsky, ezio.melotti, eric.araujo, cvrebert, python-dev |
| 2013-01-27 03:27:52 | ncoghlan | set | messageid: <1359257272.14.0.48197557974.issue4153@psf.upfronthosting.co.za> |
| 2013-01-27 03:27:52 | ncoghlan | link | issue4153 messages |
| 2013-01-27 03:27:51 | ncoghlan | create | |