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 hyeshik.chang
Recipients
Date 2001-12-10.03:38:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=55188

Oops, one mistake. sorry.

stringobject.c:646

else if (_ISPRINT(c)) {
-> 
else if (cr > 0 && _ISPRINT(c)) {

(to detect whether mbtowc failed to convert)
History
Date User Action Args
2007-08-23 15:08:56adminlinkissue479898 messages
2007-08-23 15:08:56admincreate