summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-03-14 23:57:38 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-03-14 23:57:38 (GMT)
commit7aaa85932cf576470f2befe8257b29039b2cb411 (patch)
tree23bd06c7c8a1866ec8dc8e35b122a45fe5b8f5ec /Misc
parent102029dfd645123244437dee6fc8c0f72125433b (diff)
parenta785dece572e7f2bcc8a10aab3a661208e94583e (diff)
downloadcpython-7aaa85932cf576470f2befe8257b29039b2cb411.zip
cpython-7aaa85932cf576470f2befe8257b29039b2cb411.tar.gz
cpython-7aaa85932cf576470f2befe8257b29039b2cb411.tar.bz2
Issue #23568: Add rdivmod support to MagicMock() objects.
Patch by Håkan Lövdahl.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c73dd17..f51a74b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and Builtins
Library
-------
+- Issue #23568: Add rdivmod support to MagicMock() objects.
+ Patch by Håkan Lövdahl.
+
- Issue #2052: Add charset parameter to HtmlDiff.make_file().
- Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.