How do you code in Python ???

Peter Hansen peter at engcorp.com
Mon May 20 15:06:24 EDT 2002


Pearu Peterson wrote:
> 
> On 20 May 2002, Peter Hansen wrote:
> 
> > Dave Cook wrote:
> > >
> > > xemacs.  Ctrl-C Ctrl-C to run the app.
> >
> > And Ctrl-C to stop it again?  How do you keep it all straight?  :-)
> 
> No. Ctrl-G to stop the app.

If it's a console app, how can you prevent Ctrl-C from stopping it?

(Ctrl-G would be short for "Go Away" I suppose. :)

-Peter



More information about the Python-list mailing list