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 gdr@garethrees.org
Recipients docs@python, gdr@garethrees.org
Date 2015-06-08.11:21:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433762475.42.0.565039564472.issue24405@psf.upfronthosting.co.za>
In-reply-to
Content
The "Expressions" documentation contains the text:

> * Sets and frozensets define comparison operators to mean subset and superset
>  tests.  Those relations do not define total orderings (the two sets ``{1,2}``
>  and {2,3} are not equal, nor subsets of one another, nor supersets of one
>  another).

Here {2,3} should be marked up as code (like {1,2}) but is not.
History
Date User Action Args
2015-06-08 11:21:15gdr@garethrees.orgsetrecipients: + gdr@garethrees.org, docs@python
2015-06-08 11:21:15gdr@garethrees.orgsetmessageid: <1433762475.42.0.565039564472.issue24405@psf.upfronthosting.co.za>
2015-06-08 11:21:15gdr@garethrees.orglinkissue24405 messages
2015-06-08 11:21:15gdr@garethrees.orgcreate