Ronald Oussoren <ronaldousso...@mac.com> added the comment:

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.

----------
Added file: http://bugs.python.org/file19045/issue9907-py3k-ronald.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9907>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to