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 petri.lehtinen
Recipients Arfrever, ezio.melotti, nadeem.vawda, petri.lehtinen, python-dev, vstinner
Date 2013-01-28.07:45:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359359138.55.0.412726567931.issue13886@psf.upfronthosting.co.za>
In-reply-to
Content
-    setlocale(LC_CTYPE, "");
+    setlocale(LC_CTYPE, "C");

This looks dangerous to me. Are you sure readline's behavior doesn't change because of this?
History
Date User Action Args
2013-01-28 07:45:38petri.lehtinensetrecipients: + petri.lehtinen, vstinner, nadeem.vawda, ezio.melotti, Arfrever, python-dev
2013-01-28 07:45:38petri.lehtinensetmessageid: <1359359138.55.0.412726567931.issue13886@psf.upfronthosting.co.za>
2013-01-28 07:45:38petri.lehtinenlinkissue13886 messages
2013-01-28 07:45:38petri.lehtinencreate