[issue1744] readline module - set/get quote delimiters

2020-11-18 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.9 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1744] readline module - set/get quote delimiters

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1744] readline module - set/get quote delimiters

2010-09-19 Thread Mark Lawrence
Mark Lawrence added the comment: Can a committer review this please. Can't test it myself as I don't have a *NIX box, sorry. -- nosy: +BreamoreBoy stage: -> patch review ___ Python tracker __

[issue1744] readline module - set/get quote delimiters

2010-08-07 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1744] readline module - set/get quote delimiters

2010-06-18 Thread Cédric Delfosse
Cédric Delfosse added the comment: Here is an updated patch against current trunk. It also contains documentation update and a unit test. -- nosy: +cdelfosse Added file: http://bugs.python.org/file17714/trunk-readline.diff ___ Python tracker

[issue1744] readline module - set/get quote delimiters

2008-01-06 Thread Christian Heimes
Christian Heimes added the comment: Please provide a patch against the trunk. Don't forget to update the documentation and to add an unit test. -- keywords: +patch nosy: +tiran priority: -> low __ Tracker <[EMAIL PROTECTED]>

[issue1744] readline module - set/get quote delimiters

2008-01-06 Thread Martin v. Löwis
Martin v. Löwis added the comment: As a new feature, it can't go into 2.5. Targetting for 2.6. -- nosy: +loewis versions: +Python 2.6 -Python 2.4, Python 2.5 __ Tracker <[EMAIL PROTECTED]> ___

[issue1744] readline module - set/get quote delimiters

2008-01-06 Thread loic jeannin
New submission from loic jeannin: here is a patch against Modules/readline.c to add getter/setter for rl_completer_quote_characters. This is needed for advanced use of cmd.Cmd with completion. -- components: Extension Modules files: p2.5.1-readline.diff messages: 59380 nosy: loic severit