Commit 84c98c10 authored by R David Murray's avatar R David Murray

whatsnew: total_ordering supports NotImplemented (#10042)

parent 71022237
......@@ -811,6 +811,10 @@ stdlib; in CPython it is overridden by the C accelerated version, but it is
available for other implementations to use. (Contributed by Brian Thorne in
:issue:`12428`.)
:func:`~functools.total_ordering` now supports a return value of
:const:`NotImplemented` from the underlying comparison function. (Contributed
by Katie Miller in :issue:`10042`.)
gc
--
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment