New submission from Mitchell Model <m...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue4976> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com