[Patches] [ python-Patches-410890 ] Example of Python startup script

noreply@sourceforge.net noreply@sourceforge.net
Fri, 23 Mar 2001 10:55:08 -0800


Patches item #410890, was updated on 2001-03-23 10:55
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=410890&group_id=5470

Category: demos and tools
Group: None
Status: Open
Priority: 5
Submitted By: Itamar S.T. (itamar)
Assigned to: Nobody/Anonymous (nobody)
Summary: Example of Python startup script

Initial Comment:
Python has the ability to run a script at startup.
However, this feature has no examples and I'm not sure
how many people use it. I've written this script that
(using readline):

1) Turns on auto-complete
2) Makes the command history saved between sessions
3) Is a good example of a startup script

I think this should be in the examples or tools, so
that Python packagers can integrate this on platforms
where readline is available.


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

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