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 rhettinger
Recipients Mariatta, docs@python, mcocdawc, rhettinger
Date 2017-05-09.09:10:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494321011.78.0.667375386841.issue30312@psf.upfronthosting.co.za>
In-reply-to
Content
ISTM the result of the expression makes the meaning clear:

    >>> a | b
    {'r', 'l', 'b', 'c', 'z', 'd', 'a', 'm'}

That said, the text might be a little clearer like this:

   # letters in a or b or both
History
Date User Action Args
2017-05-09 09:10:11rhettingersetrecipients: + rhettinger, docs@python, Mariatta, mcocdawc
2017-05-09 09:10:11rhettingersetmessageid: <1494321011.78.0.667375386841.issue30312@psf.upfronthosting.co.za>
2017-05-09 09:10:11rhettingerlinkissue30312 messages
2017-05-09 09:10:11rhettingercreate