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 r.david.murray
Recipients Martin Sekera, arigo, ezio.melotti, martin.panter, pitrou, r.david.murray
Date 2015-03-18.05:09:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426655387.2.0.701167165657.issue23441@psf.upfronthosting.co.za>
In-reply-to
Content
The CLI is a UI.  We're using readline facilities (ie: "the terminal") to improve it.  And people cut and paste from the interactive terminal, so I think the presence of tab characters is a negative from that perspective as well.
History
Date User Action Args
2015-03-18 05:09:47r.david.murraysetrecipients: + r.david.murray, arigo, pitrou, ezio.melotti, martin.panter, Martin Sekera
2015-03-18 05:09:47r.david.murraysetmessageid: <1426655387.2.0.701167165657.issue23441@psf.upfronthosting.co.za>
2015-03-18 05:09:47r.david.murraylinkissue23441 messages
2015-03-18 05:09:46r.david.murraycreate