[Patches] [ python-Patches-1435651 ] Detect incomplete readline implementation

SourceForge.net noreply at sourceforge.net
Tue Feb 21 05:50:20 CET 2006


Patches item #1435651, was opened at 2006-02-20 20:33
Message generated for change (Comment added) made by bcannon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1435651&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Modules
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Skip Montanaro (montanaro)
Assigned to: Nobody/Anonymous (nobody)
Summary: Detect incomplete readline implementation

Initial Comment:
Here's a patch for setup.py to detect  BSD-ish readlines that
don't have the full suite of readline/history functions needed
by Python (and provided by GNU readline).

Skip


----------------------------------------------------------------------

>Comment By: Brett Cannon (bcannon)
Date: 2006-02-20 20:50

Message:
Logged In: YES 
user_id=357491

You mentioned on python-dev and in the diff that autoconf
could detect this better.  Would adding something to
configure and having distutils.sysconfig.get_config_var()
see if it is set be a better solution?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1435651&group_id=5470


More information about the Patches mailing list