]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Let set.union() and set.update() accept multiple inputs.
authorRaymond Hettinger <python@rcn.com>
Mon, 9 Jun 2008 08:33:37 +0000 (08:33 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 9 Jun 2008 08:33:37 +0000 (08:33 +0000)
commitee4bcad68ec383c0140d0a21f4ac296073c0f938
tree788d1a8051f676ade6b8213314c6aec6f1b893b7
parentecbdd2e9b0a5af20a2b8784ac91338739b99ce3d
Let set.union() and set.update() accept multiple inputs.
Doc/library/stdtypes.rst
Lib/test/test_set.py
Misc/NEWS
Objects/setobject.c