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 ned.deily
Recipients ned.deily, ronaldoussoren, scates
Date 2011-11-09.08:36:50
SpamBayes Score 0.0019872866
Marked as misclassified No
Message-id <1320827811.62.0.82410390239.issue13376@psf.upfronthosting.co.za>
In-reply-to
Content
Since you mention 2.7.1, presumably you are using the Apple-suppled Python 2.7.1 in OS X.  That Python is not linked with GNU readline, rather the BSD libedit library.  As a workaround you could try installing the third-party readline package from PyPI which replaces the Python redline module with one that is statically linked with GNU readline (see  http://pypi.python.org/pypi/readline).  On the other hand, if there are more differences in behavior between Python readline linked with GNU readline and with BSD libedit, they should be documented.
History
Date User Action Args
2011-11-09 08:36:51ned.deilysetrecipients: + ned.deily, ronaldoussoren, scates
2011-11-09 08:36:51ned.deilysetmessageid: <1320827811.62.0.82410390239.issue13376@psf.upfronthosting.co.za>
2011-11-09 08:36:51ned.deilylinkissue13376 messages
2011-11-09 08:36:50ned.deilycreate