[Patches] [Patch #102891] Alternative readline module

noreply@sourceforge.net noreply@sourceforge.net
Wed, 03 Jan 2001 06:10:40 -0800


Patch #102891 has been updated. 

Project: python
Category: Modules
Status: Accepted
Submitted by: nascheme
Assigned to : nascheme
Summary: Alternative readline module

Follow-Ups:

Date: 2001-Jan-03 06:10
By: gvanrossum

Comment:
Neil, this has now status Accepted.  Go ahead and check it in!

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

Date: 2000-Dec-18 14:17
By: gvanrossum

Comment:
Neil, I propose that you check this in.

The edline.c file would need a little work to compile without warnings, and
you should add #HAVE_STRDUP to edline.h (Python makes sure strdup() is
always present).

The comment for Setup.dist "Neil Schemenauer's edline library" sounds a
little strange given that most of the code is by others. Maybe "Neil
Schemenauer's edline wrapper module"?
-------------------------------------------------------

Date: 2000-Dec-17 14:28
By: nascheme

Comment:
I like Michael Hudson's idea of writing a readline
replacement in Python using modules like _curses and termios
better but I had this patch 90% complete before I recieved
his email.  I stripped the editline library down and updated
it for modern Unix systems.  I have no idea if it compiles
on anything other than Linux however.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=102891&group_id=5470