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 Drekin
Recipients Drekin, martin.panter, wiggin15
Date 2016-10-10.07:29:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476084576.52.0.309654290324.issue28373@psf.upfronthosting.co.za>
In-reply-to
Content
Does GNU readline do anything fancy about printing the prompt? Because you may want to use GNU readline for autocompletition while still enable colored output via wrapped stdout. Both at the same time with one call to input(). It seems that currently either you go interactive and ignore sys.std*, or you lose readline capabilities.
History
Date User Action Args
2016-10-10 07:29:36Drekinsetrecipients: + Drekin, wiggin15, martin.panter
2016-10-10 07:29:36Drekinsetmessageid: <1476084576.52.0.309654290324.issue28373@psf.upfronthosting.co.za>
2016-10-10 07:29:36Drekinlinkissue28373 messages
2016-10-10 07:29:36Drekincreate