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.

classification
Title: readline should be in PackageManager database
Type: Stage:
Components: macOS Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: bob.ippolito, jackjansen
Priority: normal Keywords:

Created on 2003-07-23 23:58 by bob.ippolito, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Messages (2)
msg17315 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2003-07-23 23:58
http://undefined.org/~bob/readline-0.0.1.tgz is a source 
installation of the readline module that downloads readline 
from gnu.org, compiles a static readline, and links Python 
with it.. therefore it does not depend on fink or a developer 
tools installation.  A binary installer could easily be created 
using this.
msg17316 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-07-30 12:02
Logged In: YES 
user_id=45365

It is now.

I took your readline-0.0.1, replaced readline.c with the official 2.3 
one, renamed the whole thing to "readline-2.3" and added it to 
PackMan in both source and binary form.
History
Date User Action Args
2022-04-10 16:10:11adminsetgithub: 38923
2003-07-23 23:58:50bob.ippolitocreate