[Python-Dev] PEP 218 (sets); moving set.py to Lib
Raymond Hettinger
python@rcn.com
Mon, 19 Aug 2002 15:55:31 -0400
From: "Guido van Rossum" <guido@python.org>
> By the way, I've checked in the "sets" module in Lib. The unit tests
> in test/test_sets.py need work (no tests for ImmutableSet for example)
> and there's no latex documentation; however "import sets; help(sets)"
> shows a wealth of information derived from docstrings. I plan to fix
> the unit tests but could use help with the docs.
I'll do the docs.
Raymond Hettinger