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 eric.araujo, loewis, ned.deily, ronaldoussoren
Date 2015-06-06.01:46:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433555209.59.0.359359083036.issue10666@psf.upfronthosting.co.za>
In-reply-to
Content
As of Python 3.3.0 and 2.7.9, the 32-bit-only OS X installers on python.org now have a minimum deployment target of 10.5, rather than 10.3.  This means that all current OS X installers on python.org are now dynamically linked with the Apple-provided system editline (libedit) libraries.  Users who prefer or need to use the GPL-licensed GNU readline libraries can pip install the third-party gnureadline from PyPI (https://pypi.python.org/pypi/gnureadline).
History
Date User Action Args
2015-06-06 01:46:49ned.deilysetrecipients: + ned.deily, loewis, ronaldoussoren, eric.araujo
2015-06-06 01:46:49ned.deilysetmessageid: <1433555209.59.0.359359083036.issue10666@psf.upfronthosting.co.za>
2015-06-06 01:46:49ned.deilylinkissue10666 messages
2015-06-06 01:46:48ned.deilycreate