[Python-ideas] universal set object for use in set manipulation

Terry Jones terry at jon.es
Fri Jul 24 14:38:31 CEST 2009


>>>>> "Terry" == Terry Reedy <tjreedy at udel.edu> writes:
Terry> Did you register a module with PyPI?

OK, I put my original set code into http://pypi.python.org/pypi/compset/0.1

It's just a quick hack, but it works. I didn't implement all the ideas I
suggested in http://mail.python.org/pipermail/python-dev/2006-May/064977.html
(e.g., universeExclusionFunc) but they'd be easy to add.

Hopefully someone can take that code as a starting point for a more fully
fleshed out package. The test suite could do with some love too.

Terry



More information about the Python-ideas mailing list