Martin v. Löwis wrote:
> Timo wrote:
> > Does anyone have a clue what is going on?
>
> No. Please make a bug report to sf.net/projects/python.
>
Done:
http://sourceforge.net/tracker/index.php?func=detail&aid=1178484&group_id=5470&atid=105470
BR,
Timo
--
http://mail.python.org/mailman/listin
Timo wrote:
Does anyone have a clue what is going on?
No. Please make a bug report to sf.net/projects/python.
Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list
For some reason Python 2.3.5 reports the error in the following program
correctly:
File "C:\Temp\problem.py", line 7
SyntaxError: unknown decode error
..whereas Python 2.4.1 reports an invalid line number:
File "C:\Temp\problem.py", line 2
SyntaxError: unknown decode error
- problem.py