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 ruben
Recipients ronaldoussoren, ruben
Date 2008-05-03.11:35:48
SpamBayes Score 0.11510091
Marked as misclassified No
Message-id <1209814550.23.0.906049351637.issue2740@psf.upfronthosting.co.za>
In-reply-to
Content
Documenting this would be great, since it caught me by surprise and took 
a while to figure out.

To get the Cmd module to work, atm you have to override the call to 
parse_and_bind, setting self.completekey isn't enough, so that one is 
broken on Leopard.

Patching the readline module is indeed a lot of work, you need to 
convert readline names like 'Tab' to integers to pass them to libedit, 
and convert  the syntax as well. It would be better if libedit would 
just accept readline syntax, but that's outside the scope of Python.
History
Date User Action Args
2008-05-03 11:35:50rubensetspambayes_score: 0.115101 -> 0.11510091
recipients: + ruben, ronaldoussoren
2008-05-03 11:35:50rubensetspambayes_score: 0.115101 -> 0.115101
messageid: <1209814550.23.0.906049351637.issue2740@psf.upfronthosting.co.za>
2008-05-03 11:35:49rubenlinkissue2740 messages
2008-05-03 11:35:48rubencreate