From: Chris Withers Date: Tue, 4 Feb 2020 08:05:25 +0000 (+0000) Subject: add whatsnew that was missed from 31d6de5aba009914efa8f0f3c3d7da35217578eb (#18344) X-Git-Tag: v3.9.0a4~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6999e5690c7006b0ba4049cfd638513c982a90c;p=thirdparty%2FPython%2Fcpython.git add whatsnew that was missed from 31d6de5aba009914efa8f0f3c3d7da35217578eb (#18344) --- diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 3b7a9d105d05..6e080c7033c7 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.