diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-03-14 23:51:56 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-03-14 23:51:56 (GMT) |
commit | a785dece572e7f2bcc8a10aab3a661208e94583e (patch) | |
tree | 4647ae8b61c4310466473d46514e858ab7f7f2c2 /Misc/NEWS | |
parent | b19542d062603031ab3f4c2f5f485f449ebc46ca (diff) | |
download | cpython-a785dece572e7f2bcc8a10aab3a661208e94583e.zip cpython-a785dece572e7f2bcc8a10aab3a661208e94583e.tar.gz cpython-a785dece572e7f2bcc8a10aab3a661208e94583e.tar.bz2 |
Issue #23568: Add rdivmod support to MagicMock() objects.
Patch by Håkan Lövdahl.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 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. |