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 ishimoto
Recipients
Date 2004-09-20.13:37:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When SyntaxError occurs and the module contains 
source encodings definition, current implementation 
prints error line in UTF8. This patch reverts the line into 
original encoding for printing.

This patch calls some memory-allocation APIs such as 
PyUnicode_DecodeUTF8. I'm not sure I can (or should) 
call PyErr_Clear() here if error happened.
History
Date User Action Args
2007-08-23 15:39:52adminlinkissue1031213 messages
2007-08-23 15:39:52admincreate