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.15:13:51
SpamBayes Score 0.00033416518
Marked as misclassified No
Message-id <1222442032.61.0.666179985071.issue2384@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch fixing this issue: it's quite the same that ocean-city 
patch, but I prefer to patch lineno only if set_readline() succeed.

About the truncated traceback for multibyte charset: see the new 
issue3975.
History
Date User Action Args
2008-09-26 15:13:52vstinnersetrecipients: + vstinner, barry, pitrou, ocean-city, jmfauth, dlitz
2008-09-26 15:13:52vstinnersetmessageid: <1222442032.61.0.666179985071.issue2384@psf.upfronthosting.co.za>
2008-09-26 15:13:51vstinnerlinkissue2384 messages
2008-09-26 15:13:51vstinnercreate