debian.hardy/compat
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 22 Apr 2013 14:54:22 +0200
changeset 8892 80783605d270
parent 1299 dc4f774dc0af
permissions -rw-r--r--
[toward-py3k] rewrite __cmp__ (closes #2715115) In Python 3k `__cmp__` special method is no longer supported. So we split it in `__lt__` and `__eq__`. details on Python3k behavior here: http://docs.python.org/3.0/whatsnew/3.0.html#ordering-comparisons
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1299
dc4f774dc0af packaging for hardy
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     1
5