Re: Question about sorted in Python 3.0rc1

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hrvoje Niksic

    Re: Question about sorted in Python 3.0rc1

    josh logan <dear.jay.logan @gmail.comwrite s:
    It looks like __cmp__ is still in the documentation, and it seems to
    work somewhat in Python 3.0rc1. Here is the link to the documnetation
    http://docs.python.org/dev/3.0/refer...object.__cmp__
    Thanks, I've now filed a bug report for that. It looks like an
    oversight.
Working...