Roger Serwy added the comment:

There is a problem. Adding the encoding comment to the top of the source causes 
off-by-one line errors in the traceback.

Take as an example:

>>> 1/0

Traceback (most recent call last):
  File "<pyshell#0>", line 2, in <module>
ZeroDivisionError: integer division or modulo by zero
>>>

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15809>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to