[issue1717] Get rid of more refercenes to __cmp__

Marc-Andre Lemburg report at bugs.python.org
Mon Dec 8 16:53:17 CET 2008


Marc-Andre Lemburg <mal at egenix.com> added the comment:

Please put the PyUnicode_Compare() API back in there.

Removing __cmp__ really doesn't have anything to do with removing often
used helper functions for comparing certain object types and only
cripples the C API in a needless way.

Thanks.

----------
nosy: +lemburg

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1717>
_______________________________________


More information about the Python-bugs-list mailing list