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 LambertDW
Recipients LambertDW, eric.araujo, flox, georg.brandl, loewis, mark.dickinson, mrts, rhettinger
Date 2010-04-05.20:48:52
SpamBayes Score 0.041823316
Marked as misclassified No
Message-id <1270500530.4142.42.camel@lambertdw>
In-reply-to <1270496806.52.0.498722922143.issue5479@psf.upfronthosting.co.za>
Content
http://en.wikipedia.org/wiki/Total_order

For pair of items from a set,  (that's the total)
if  a <= b  and  b <= c  then  a <= c  (part of the order)
if  a <= b  and  b <= a  then  a compares the same as b, a == b, (the
other part of the order)

On Mon, 2010-04-05 at 19:46 +0000, Éric Araujo wrote:
> Éric Araujo <merwok@netwok.org> added the comment:
> 
> Hello
> 
> Small documentation question: Does the expression “total ordering” have established usage in maths or computer science? Its meaning is not obvious to the non-maths person that I am.
> 
> Regards
> 
> ----------
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue5479>
> _______________________________________
History
Date User Action Args
2010-04-05 20:48:54LambertDWsetrecipients: + LambertDW, loewis, georg.brandl, rhettinger, mark.dickinson, eric.araujo, mrts, flox
2010-04-05 20:48:52LambertDWlinkissue5479 messages
2010-04-05 20:48:52LambertDWcreate