[Python-checkins] add whatsnew that was missed from 31d6de5aba009914efa8f0f3c3d7da35217578eb (#18344)
Chris Withers
webhook-mailer at python.org
Tue Feb 4 03:05:47 EST 2020
https://github.com/python/cpython/commit/b6999e5690c7006b0ba4049cfd638513c982a90c
commit: b6999e5690c7006b0ba4049cfd638513c982a90c
branch: master
author: Chris Withers <chris at withers.org>
committer: GitHub <noreply at github.com>
date: 2020年02月04日T08:05:25Z
summary:
add whatsnew that was missed from 31d6de5aba009914efa8f0f3c3d7da35217578eb (#18344)
files:
M Doc/whatsnew/3.9.rst
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index 3b7a9d105d059..6e080c7033c7e 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.
More information about the Python-checkins
mailing list