> My os.system() isn't waiting for exit status, jumping right into next
> os.system().

Are you sure it isn't just running very quickly?
The time it takes to display stuff on a screen is significant - all those 
phosphorescent pixels :-)

os.system doesn't have to wait for that so it tends to run programs 
much faster than normal...

Just a thought,

Alan G.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to