uTidyLib --I'm lost

Jeff Epler jepler at unpythonic.net
Sun Aug 3 21:46:46 EDT 2003


"yield" is a new keyword, related to support for generator functions.
It is supported in Python 2.2 with "from __future__ import generators"
and in 2.3 by default.  Python 2.1 doesn't support the "yield" keyword.
In short, you need to upgrade your Python to use this module.

Jeff





More information about the Python-list mailing list