mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Close #10042: functools.total_ordering now handles NotImplemented
(Patch by Katie Miller)
This commit is contained in:
parent
e6f4631f08
commit
f05d981f58
5 changed files with 207 additions and 19 deletions
|
@ -862,6 +862,7 @@ Chad Miller
|
|||
Damien Miller
|
||||
Jason V. Miller
|
||||
Jay T. Miller
|
||||
Katie Miller
|
||||
Roman Milner
|
||||
Julien Miotte
|
||||
Andrii V. Mishkovskyi
|
||||
|
|
|
@ -13,6 +13,10 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #10042: functools.total_ordering now correctly handles
|
||||
NotImplemented being returned by the underlying comparison function (Patch
|
||||
by Katie Miller)
|
||||
|
||||
- Issue #19092: contextlib.ExitStack now correctly reraises exceptions
|
||||
from the __exit__ callbacks of inner context managers (Patch by Hrvoje
|
||||
Nikšić)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue