[New-bugs-announce] [issue4976] Documentation of the set intersection and difference operators is inaccurate

Mitchell Model report at bugs.python.org
Sat Jan 17 22:50:26 CET 2009


New submission from Mitchell Model <mlm at acm.org>:

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.

----------
assignee: georg.brandl
components: Documentation
messages: 80051
nosy: MLModel, georg.brandl
severity: normal
status: open
title: Documentation of the set intersection and difference operators is inaccurate
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4976>
_______________________________________


More information about the New-bugs-announce mailing list