"Sven Siegmund" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
|> I have a source code which IDLE 3.0a5 cannot parse, but Python 3.0a5
| > can:
|
| Oh I see the posts in this newsgroup do not yet support Unicode.
I think this depends on the reader and maybe the fonts on the system.
On May 11, 7:27 pm, Sven Siegmund <[EMAIL PROTECTED]> wrote:
> #!/usr/bin/python
Notice that this line is probably not what you want, unless you
overwrote the default python 2 installation. The line should be:
#!/usr/bin/env python3.0
(this is irrelevant to the bug, however)
> IDLE complains
> No, it's now a known bug (at least I don't know it). Whether or not it
> gets fixed might depend on whether or not it gets reported to
> bugs.python.org.
Ok, I'll repost it there.
S.
--
http://mail.python.org/mailman/listinfo/python-list
> I have a source code which IDLE 3.0a5 cannot parse, but Python 3.0a5
> can:
Oh I see the posts in this newsgroup do not yet support Unicode. Most
of the special characters in my source code have been messed up. But
anyway, those who know Czech can handle it. The error is replicable
even with the
> Is this a known bug if IDLE 3.0a5 which will be fixed in the final
> release?
No, it's now a known bug (at least I don't know it). Whether or not it
gets fixed might depend on whether or not it gets reported to
bugs.python.org.
Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-l
Hello,
I am testing Python 3.0a5's handling of unicode strings. Since SPE is
not yet for Python 3.0, I have begun to write in IDLE 3.0a5.
I have a source code which IDLE 3.0a5 cannot parse, but Python 3.0a5
can:
#!/usr/bin/python
# -*- coding: utf-8 -*-
def načtiSlovník(zdroj='slovník.txt'):