summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-05-19 01:07:09 +0200
committerŁukasz Langa <lukasz@langa.pl>2020-05-19 01:07:09 +0200
commit97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac (patch)
treec73c633c3ff03934a51a9c29e6953bafdf735b51 /Misc/NEWS.d/next/Library/2020-04-27-14-48-43.bpo-39966.N5yXUe.rst
parentbpo-40275: More lazy imports in test.support (GH-20131) (diff)
downloadcpython-97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac.tar.gz
cpython-97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac.tar.bz2
cpython-97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac.zip
Python 3.9.0b1v3.9.0b1
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-04-27-14-48-43.bpo-39966.N5yXUe.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2020-04-27-14-48-43.bpo-39966.N5yXUe.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-04-27-14-48-43.bpo-39966.N5yXUe.rst b/Misc/NEWS.d/next/Library/2020-04-27-14-48-43.bpo-39966.N5yXUe.rst
deleted file mode 100644
index 614b452056e..00000000000
--- a/Misc/NEWS.d/next/Library/2020-04-27-14-48-43.bpo-39966.N5yXUe.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Revert bpo-25597. :class:`unittest.mock.MagicMock` with wraps' set uses
-default return values for magic methods.