diff options
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 |
commit | 97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac (patch) | |
tree | c73c633c3ff03934a51a9c29e6953bafdf735b51 /Misc/NEWS.d/next/Library/2020-04-27-14-48-43.bpo-39966.N5yXUe.rst | |
parent | bpo-40275: More lazy imports in test.support (GH-20131) (diff) | |
download | cpython-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.rst | 2 |
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. |