This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients Tomoki.Imai, alex.hartwig, asvetlov, ezio.melotti, kbk, loewis, ned.deily, pradyunsg, r.david.murray, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-05-04.19:25:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367695541.9.0.794659452266.issue15809@psf.upfronthosting.co.za>
In-reply-to
Content
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
>>>
History
Date User Action Args
2013-05-04 19:25:42roger.serwysetrecipients: + roger.serwy, loewis, terry.reedy, kbk, ned.deily, ezio.melotti, r.david.murray, asvetlov, serhiy.storchaka, alex.hartwig, pradyunsg, Tomoki.Imai
2013-05-04 19:25:41roger.serwysetmessageid: <1367695541.9.0.794659452266.issue15809@psf.upfronthosting.co.za>
2013-05-04 19:25:41roger.serwylinkissue15809 messages
2013-05-04 19:25:41roger.serwycreate