Request for example of state machine using generators

MikeK mkent at atlantic.net
Tue Sep 18 09:24:38 EDT 2001


"Tim Peters" <tim.one at home.com> wrote in message news:<mailman.1000792880.26234.python-list at python.org>...
> In 2.2a3 (or CVS), you can look at Tools/scripts/cleanfuture.py for an
> extended example of using generators to avoid state machines, there in a
> parsing context.  Lib/test/test_generators.py also has many examples of
> generator techniques.

And I thank you very much for the pointers.



More information about the Python-list mailing list