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 martin.panter
Recipients Daniel.Gonzalez, bhuvan, eric.araujo, ezio.melotti, ggenellina, jaraco, martin.panter, mdomingues, serhiy.storchaka, taleinat
Date 2016-02-05.07:59:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454659175.06.0.291530130612.issue1927@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, I see. To clarify, it is Python that sets up Gnu Readline for stdout: <https://hg.python.org/cpython/file/v3.5.1/Python/bltinmodule.c#l1941>. The problem is whichever way we go, we will have to change some part of the behaviour to make it internally consistent. I think my patch is the minimal change required.
History
Date User Action Args
2016-02-05 07:59:35martin.pantersetrecipients: + martin.panter, jaraco, ggenellina, taleinat, ezio.melotti, eric.araujo, mdomingues, serhiy.storchaka, Daniel.Gonzalez, bhuvan
2016-02-05 07:59:35martin.pantersetmessageid: <1454659175.06.0.291530130612.issue1927@psf.upfronthosting.co.za>
2016-02-05 07:59:35martin.panterlinkissue1927 messages
2016-02-05 07:59:34martin.pantercreate