summaryrefslogtreecommitdiff
path: root/NEWS.d/2019-08-28-21-40-12.bpo-37972.kP-n4L.rst
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.d/2019-08-28-21-40-12.bpo-37972.kP-n4L.rst')
-rw-r--r--NEWS.d/2019-08-28-21-40-12.bpo-37972.kP-n4L.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/NEWS.d/2019-08-28-21-40-12.bpo-37972.kP-n4L.rst b/NEWS.d/2019-08-28-21-40-12.bpo-37972.kP-n4L.rst
deleted file mode 100644
index 22cb052..0000000
--- a/NEWS.d/2019-08-28-21-40-12.bpo-37972.kP-n4L.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Subscripts to the `unittest.mock.call` objects now receive the same chaining mechanism as any other custom attributes, so that the following usage no longer raises a `TypeError`:
-
- call().foo().__getitem__('bar')
-
-Patch by blhsing