]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Let set.intersection() and set.intersection_update() take multiple input arguments.
authorRaymond Hettinger <python@rcn.com>
Mon, 9 Jun 2008 13:07:27 +0000 (13:07 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 9 Jun 2008 13:07:27 +0000 (13:07 +0000)
commit5c4d3d0e4c6b533dbfbab36ad8034010fe90cf69
tree941131a004cf5bac5197ad5fdd0b11b91aaae50c
parentd62341414109ff16d6477e370e380c6dec9db9d6
Let set.intersection() and set.intersection_update() take multiple input arguments.
Doc/library/stdtypes.rst
Lib/test/test_set.py
Misc/NEWS
Objects/setobject.c