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 vstinner
Recipients barry, dlitz, jmfauth, ocean-city, pitrou, vstinner
Date 2008-09-26.13:06:58
SpamBayes Score 1.3405451e-05
Marked as misclassified No
Message-id <1222434419.55.0.0575970598905.issue2384@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, about the empty line error using a multibyte charset, the issue 
is different. PyTraceBack_Print() calls _Py_DisplaySourceLine() which 
doesn't take care of the charset.
History
Date User Action Args
2008-09-26 13:06:59vstinnersetrecipients: + vstinner, barry, pitrou, ocean-city, jmfauth, dlitz
2008-09-26 13:06:59vstinnersetmessageid: <1222434419.55.0.0575970598905.issue2384@psf.upfronthosting.co.za>
2008-09-26 13:06:58vstinnerlinkissue2384 messages
2008-09-26 13:06:58vstinnercreate