]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add whatsnew that was missed from 31d6de5aba009914efa8f0f3c3d7da35217578eb (#18344)
authorChris Withers <chris@withers.org>
Tue, 4 Feb 2020 08:05:25 +0000 (08:05 +0000)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 08:05:25 +0000 (08:05 +0000)
Doc/whatsnew/3.9.rst

index 3b7a9d105d05954edaee3d52116a0b0ce0779150..6e080c7033c7eefc9dbf12f5aa345aea46b62de6 100644 (file)
@@ -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.