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 ronaldoussoren
Recipients ned.deily, ronaldoussoren, zvezdan
Date 2010-09-28.15:15:13
SpamBayes Score 0.00023673983
Marked as misclassified No
Message-id <1285686915.65.0.305046760281.issue9907@psf.upfronthosting.co.za>
In-reply-to
Content
On second thought, the patch isn't quite as harmless as I first thought: the default key-bindings that are created after the call to rl_initialize will replace custom bindings in the users .editrc file.

I've attached a new version of the py3k patch that works around this problem by calling rl_read_init_file(NULL) after setting the default bindings.

This allows me to override the bindings for TAB in ~/.editrc as before.
History
Date User Action Args
2010-09-28 15:15:15ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, zvezdan
2010-09-28 15:15:15ronaldoussorensetmessageid: <1285686915.65.0.305046760281.issue9907@psf.upfronthosting.co.za>
2010-09-28 15:15:14ronaldoussorenlinkissue9907 messages
2010-09-28 15:15:14ronaldoussorencreate