diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-06-26 07:18:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 07:18:06 (GMT) |
commit | c834c025695f598a0df3aba980257326a088044a (patch) | |
tree | 809a7f263324d9f15983e571d32e54fe6ebb8e0f /Doc/whatsnew/3.2.rst | |
parent | 38612a05b5de33fde82d7960418527b7cfaa2e7c (diff) | |
download | cpython-c834c025695f598a0df3aba980257326a088044a.zip cpython-c834c025695f598a0df3aba980257326a088044a.tar.gz cpython-c834c025695f598a0df3aba980257326a088044a.tar.bz2 |
Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH-92556)
This reverts commit b50322d20337ca468f2070eedb051a16ee1eba94.
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 125eed6..9dd849f 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -1817,8 +1817,7 @@ names. =============================== ============================== Likewise, the ``TestCase.fail*`` methods deprecated in Python 3.1 are expected - to be removed in Python 3.3. Also see the :ref:`deprecated-aliases` section in - the :mod:`unittest` documentation. + to be removed in Python 3.3. (Contributed by Ezio Melotti; :issue:`9424`.) |