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

noreply@sourceforge.net noreply@sourceforge.net
Sun, 08 Apr 2001 20:40:47 -0700


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 Shtull-Trauring (itamar)
>Assigned to: Fred L. Drake, Jr. (fdrake)
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