Message337192
| 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:50 | DeadmanWalking | set | recipients: + DeadmanWalking, docs@python |
| 2019-03-05 14:34:50 | DeadmanWalking | set | messageid: <1551796490.3.0.534050934709.issue36198@roundup.psfhosted.org> |
| 2019-03-05 14:34:50 | DeadmanWalking | link | issue36198 messages |
| 2019-03-05 14:34:50 | DeadmanWalking | create | |