On Sat, 06 Nov 2010 11:09:34 +0100, Peter Otten wrote:

> If you are using nonascii characters like θ you should use unicode
> instead of str. Basically this means writing string constants as u"..."
> instead of "..." 


Or using Python 3.1 instead of 2.x.


-- 
Steven
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to