]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Checkin remaining documentation
authorRaymond Hettinger <python@rcn.com>
Mon, 24 Nov 2003 02:57:33 +0000 (02:57 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 24 Nov 2003 02:57:33 +0000 (02:57 +0000)
commitf5f41bf087c28500df9399335e7452da3a06caae
treef8016e09ecea75d4792ef39c062ffc45b9c5dc80
parentceca5d29243cae41f5304fa16bf54b7258f6ad42
* Checkin remaining documentation
* Add more tests
* Refactor and neaten the code a bit.
* Rename union_update() to update().
* Improve the algorithms (making them a closer to sets.py).
Doc/lib/libstdtypes.tex
Include/setobject.h
Lib/test/test_set.py
Objects/setobject.c