Nick Coghlan added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4153>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to