[Python-Dev] cpython: Close #10042: functools.total_ordering now handles NotImplemented

Antoine Pitrou solipsis at pitrou.net
Tue Oct 1 19:05:30 CEST 2013


On Tue,  1 Oct 2013 16:02:26 +0200 (CEST)
nick.coghlan <python-checkins at python.org> wrote:
> http://hg.python.org/cpython/rev/ad9f207645ab
> changeset:   85913:ad9f207645ab
> user:        Nick Coghlan <ncoghlan at gmail.com>
> date:        Wed Oct 02 00:02:03 2013 +1000
> summary:
>   Close #10042: functools.total_ordering now handles NotImplemented
> 
> (Patch by Katie Miller)

Ahah, one less annoyance in the stdlib :-)

Thank you!

Antoine.




More information about the Python-Dev mailing list