... SHOULD toggle On and Off four times with one-second pauses. When I run this, the loop pauses the full eight seconds then prints the Ons and Offs all at once. What's up with that?
Run your script as:
python -u script.py
for unbuffered output.
-- http://mail.python.org/mailman/listinfo/python-list