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.

classification
Title: Documentation of the set intersection and difference operators is inaccurate
Type: Stage:
Components: Documentation Versions: Python 3.0, Python 3.1, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: MLModel, georg.brandl
Priority: normal Keywords:

Created on 2009-01-17 21:50 by MLModel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg80051 - (view) Author: Mitchell Model (MLModel) Date: 2009-01-17 21:50
A quibble about the documentation of sets in the library documentation: 
the union and intersection operators are shown with ellipsis, as is the 
difference operator. However, they inaccurately refer to "both sets" in 
their documentation. They should refer to "all sets" or "the others" the 
way the set difference operator documentation does.
msg80086 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-01-18 10:42
Thanks, fixed in r68718.
History
Date User Action Args
2022-04-11 14:56:44adminsetgithub: 49226
2009-01-18 10:42:44georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg80086
2009-01-17 21:50:25MLModelcreate