[Python-Dev] random.py weirdness

Guido van Rossum guido@python.org
Fri, 04 Feb 2000 14:57:41 -0500


I have no idea; new_generator() was introduced at the same time as the
generator class.

I would leave it alone -- it's an example of a factory function.

--Guido van Rossum (home page: http://www.python.org/~guido/)