]> granicus.if.org Git - python/commit
SF patch #1458476 with modifications based on discussions in python-dev. This
authorBarry Warsaw <barry@python.org>
Thu, 30 Mar 2006 22:45:35 +0000 (22:45 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 30 Mar 2006 22:45:35 +0000 (22:45 +0000)
commit176014ffad8d39820293b63bf7177a7d2953343a
treef1a112b22c88952a952794d390291ec54a0818d1
parentc259cc9c4c1c90efaeace2c9786786a5813cf950
SF patch #1458476 with modifications based on discussions in python-dev.  This
adds the following API calls: PySet_Clear(), _PySet_Next(), and
_PySet_Update().  The latter two are considered non-public.  Tests and
documentation (for the public API) are included.
Doc/api/concrete.tex
Include/setobject.h
Lib/test/test_set.py
Objects/setobject.c