Just who are you replying to?
On 02/29/2012 08:45 AM, jmfauth wrote:
For those who do not know:
The u'' string literal trick has never worked in Python 2.
No trick there. If you have something explicit to say, then say it.
sys.version
'2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32
For those who do not know:
The u'' string literal trick has never worked in Python 2.
>>> sys.version
'2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]'
>>> print u'Un oeuf à zéro EURO uro'
Un uf à zéro uro
>>>
jmf
--
http://mail.python.org/mailman/listinfo/python-list