This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author DeadmanWalking
Recipients DeadmanWalking, docs@python
Date 2019-03-05.14:34:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551796490.3.0.534050934709.issue36198@roundup.psfhosted.org>
In-reply-to
Content
Doc/library/sets.rst said operation s.update(t)'s result is "return set s with elements added from t".
But update()'s return value is None.
I think change it to "set s with elements added from t" would be better.
So are operations intersection_update(), difference_update(), and symmetric_difference_update().
History
Date User Action Args
2019-03-05 14:34:50DeadmanWalkingsetrecipients: + DeadmanWalking, docs@python
2019-03-05 14:34:50DeadmanWalkingsetmessageid: <1551796490.3.0.534050934709.issue36198@roundup.psfhosted.org>
2019-03-05 14:34:50DeadmanWalkinglinkissue36198 messages
2019-03-05 14:34:50DeadmanWalkingcreate