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 Martin Sekera, arigo, dabeaz, ezio.melotti, larry, martin.panter, pitrou, r.david.murray
Date 2015-07-08.00:36:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436315764.06.0.810364780178.issue23441@psf.upfronthosting.co.za>
In-reply-to
Content
There are currently two patches proposed, and I presume either patch would satisfy the likes of David Beazley. The first patch is more complex (extending the Completer constructor), while the second is simple. Perhaps it is okay to commit either one, and then continue discussing and refining the behaviour afterwards?

So far it looks like the only dilemma is that Martin Sekera wants to avoid the multiple backspacing and duplicating terminal behaviour, but David Murray wants to avoid the terminal copying tabs. My weak preference is with Martin’s simpler patch and relying on the Readline and the terminal to handle questions of tab stops and copied text.
History
Date User Action Args
2015-07-08 00:36:04martin.pantersetrecipients: + martin.panter, arigo, pitrou, larry, ezio.melotti, r.david.murray, dabeaz, Martin Sekera
2015-07-08 00:36:04martin.pantersetmessageid: <1436315764.06.0.810364780178.issue23441@psf.upfronthosting.co.za>
2015-07-08 00:36:04martin.panterlinkissue23441 messages
2015-07-08 00:36:03martin.pantercreate