bit by LONG_BIT (was Re: ActivePython 2.1 (build 210))
Steve Holden
sholden at holdenweb.com
Sun Apr 22 14:04:22 EDT 2001
More information about the Python-list mailing list
Sun Apr 22 14:04:22 EDT 2001
- Previous message (by thread): bit by LONG_BIT (was Re: ActivePython 2.1 (build 210))
- Next message (by thread): accessing detail about Exceptions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Courageous" <jkraska1 at san.rr.com> wrote ... > > Re: Cygwin > [ ... ] > > I've seldom had any problems. One thing which sucks is that there > is no real support for ctrl-z/bg. You generally have to remember to > & everything in advance. This has been so problematic for me that > I keep a scripts to intercept certain frequently executed commands > which sweeps up their arg lines and then calls the binary with an > automatic & appended to it. > Well, if you insist on using tcsh it may be that you lack the job control features. But using /bin/sh on my Win98 box I find that I can indeed interrupt a task with ^Z and put it in the background with bg. regards STeve
- Previous message (by thread): bit by LONG_BIT (was Re: ActivePython 2.1 (build 210))
- Next message (by thread): accessing detail about Exceptions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list