diff options
author | Chris Withers <chris@withers.org> | 2020-02-04 08:05:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 08:05:25 (GMT) |
commit | b6999e5690c7006b0ba4049cfd638513c982a90c (patch) | |
tree | 16353ec67f8e9a0e213838c87929a0f317a2ffc2 /Doc | |
parent | 5807efd4c396d5718325e21f5a14e324a77ff77c (diff) | |
download | cpython-b6999e5690c7006b0ba4049cfd638513c982a90c.zip cpython-b6999e5690c7006b0ba4049cfd638513c982a90c.tar.gz cpython-b6999e5690c7006b0ba4049cfd638513c982a90c.tar.bz2 |
add whatsnew that was missed from 31d6de5aba009914efa8f0f3c3d7da35217578eb (#18344)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.9.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 3b7a9d1..6e080c7 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. |