
27 Jan
2011
27 Jan
'11
5:29 p.m.
FYI
http://mail.python.org/pipermail/python-dev/2011-January/107641.html
BTW "Unicode" strings in Python IMHO total mess: 1. It may be utf-16 or utf-32 depending on compilation options!?@! 2. Python had switched default string from normal to "Unicode" in version 3 and many people around not thrilled with this. Artyom