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 brett.cannon
Recipients benjamin.peterson, brett.cannon, loewis, vstinner
Date 2008-10-04.01:24:42
SpamBayes Score 1.3560172e-08
Marked as misclassified No
Message-id <1223083483.94.0.482295604514.issue3574@psf.upfronthosting.co.za>
In-reply-to
Content
But why does iso-8859-1 need to be treated as a special case? UTF-8 is
special because it is the default encoding for source. But iso-8859-1
really shouldn't be special, IMO.

Your patch does exactly what happens lower when set_readline() succeeds.
So I want to know why set_readline() is not returning something for
iso-8859-1 (which your patch seems to be suggesting).
History
Date User Action Args
2008-10-04 01:24:44brett.cannonsetrecipients: + brett.cannon, loewis, vstinner, benjamin.peterson
2008-10-04 01:24:43brett.cannonsetmessageid: <1223083483.94.0.482295604514.issue3574@psf.upfronthosting.co.za>
2008-10-04 01:24:43brett.cannonlinkissue3574 messages
2008-10-04 01:24:42brett.cannoncreate