Wolfgang> So basically if I want to write a long-running program in
Wolfgang> Python, it would make sense to code all functions that are
Wolfgang> likely to be called more than once as generators...If they need to resume their calculations from where they left off after the last yield. Skip -- http://mail.python.org/mailman/listinfo/python-list
