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 abcdef
Recipients abcdef, docs@python
Date 2013-05-06.20:22:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367871771.49.0.425606433106.issue17920@psf.upfronthosting.co.za>
In-reply-to
Content
The set documentation [http://docs.python.org/3.4/library/stdtypes.html] states

"The subset and equality comparisons do not generalize to a complete ordering function. For example, any two disjoint sets are not equal and are not subsets of each other..."

Could "complete ordering" be changed to "total ordering"? This is the correct mathematical terminology. A total ordering is one where every pair is comparable. A complete ordering is one where each bounded subset has a supremum/infimum (for example, reals form a complete ordered field). This can be verified at Wikipedia [http://en.wikipedia.org/wiki/Total_order] and essentially every set theory book.
History
Date User Action Args
2013-05-06 20:22:51abcdefsetrecipients: + abcdef, docs@python
2013-05-06 20:22:51abcdefsetmessageid: <1367871771.49.0.425606433106.issue17920@psf.upfronthosting.co.za>
2013-05-06 20:22:51abcdeflinkissue17920 messages
2013-05-06 20:22:51abcdefcreate