idle 3.0 unicode

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Mon Jan 5 21:42:38 EST 2009


En Thu, 01 Jan 2009 06:11:50 -0200, Pavel Kosina <geon at post.cz> escribió:

> In 3.0 there is an error.  The same program, moved to 3.0 syntax, in  
> IDLE editor :
> # -*- coding: utf-8 -*-
> print ("ěščřžýáíé")
>
> prints:
> ěščřžýáíé
>
> The same program without coding declaration (but saved in utf8) :
> print ("ěščřžýáíé")
>
> even immediately destroyed my IDLE window without any error message.

There are some unicode-related errors reported for IDLE and 3.0, but I  
could not find this one. Better to file a bug report at  
http://bugs.python.org

-- 
Gabriel Genellina




More information about the Python-list mailing list