mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #23568: Add rdivmod support to MagicMock() objects.
Patch by Håkan Lövdahl.
This commit is contained in:
parent
b19542d062
commit
a785dece57
3 changed files with 21 additions and 1 deletions
|
|
@ -18,6 +18,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #23568: Add rdivmod support to MagicMock() objects.
|
||||
Patch by Håkan Lövdahl.
|
||||
|
||||
- Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
|
||||
Patch by Demian Brecht.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue