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

Some notes: The system python on OSX 10.5 and 10.6 is linked to libedit, not 
GNU readline, and doesn't seem to contain patches that convert stdlib usage of 
readline APIs to the correct way to bind keystrokes to action with libedit.

This results in failure to use libedit at all.

AFAIK this also affects the generic stdlib when linking libedit, which is 
supported in 2.6.5, 2.7 and 3.2. Therefore adding more versions.

----------
versions: +Python 2.6, Python 2.7, Python 3.2

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

Reply via email to