mirror of
https://github.com/python/cpython.git
synced 2025-08-21 17:25:34 +00:00
Merged revisions 74578 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74578 | tarek.ziade | 2009-08-29 15:33:21 +0200 (Sat, 29 Aug 2009) | 1 line fixed #6801: symmetric_difference_update also accepts pipe ........
This commit is contained in:
parent
75be68bd10
commit
95b0991af3
2 changed files with 4 additions and 1 deletions
|
@ -1740,7 +1740,7 @@ The constructors for both classes work the same:
|
||||||
Accepts multiple input iterables.
|
Accepts multiple input iterables.
|
||||||
|
|
||||||
.. method:: symmetric_difference_update(other)
|
.. method:: symmetric_difference_update(other)
|
||||||
set ^= other
|
set ^= other | ...
|
||||||
|
|
||||||
Update the set, keeping only elements found in either set, but not in both.
|
Update the set, keeping only elements found in either set, but not in both.
|
||||||
|
|
||||||
|
|
|
@ -192,6 +192,9 @@ Documentation
|
||||||
- Issue #6556: Fixed the Distutils configuration files location explanation
|
- Issue #6556: Fixed the Distutils configuration files location explanation
|
||||||
for Windows.
|
for Windows.
|
||||||
|
|
||||||
|
- Issue #6801 : symmetric_difference_update also accepts |.
|
||||||
|
Thanks to Carl Chenet.
|
||||||
|
|
||||||
Tests
|
Tests
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue