summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorChris Withers <chris@withers.org>2020-02-04 08:05:25 +0000
committerGitHub <noreply@github.com>2020-02-04 08:05:25 +0000
commitb6999e5690c7006b0ba4049cfd638513c982a90c (patch)
tree16353ec67f8e9a0e213838c87929a0f317a2ffc2 /Doc
parent5807efd4c396d5718325e21f5a14e324a77ff77c (diff)
downloadcpython-git-b6999e5690c7006b0ba4049cfd638513c982a90c.tar.gz
add whatsnew that was missed from 31d6de5aba009914efa8f0f3c3d7da35217578eb (#18344)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.9.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index 3b7a9d105d..6e080c7033 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -398,6 +398,8 @@ Deprecated
Removed
=======
+* The erroneous version at :data:`unittest.mock.__version__` has been removed.
+
* :class:`nntplib.NNTP`: ``xpath()`` and ``xgtitle()`` methods have been removed.
These methods are deprecated since Python 3.3. Generally, these extensions
are not supported or not enabled by NNTP server administrators.