add whatsnew that was missed from 31d6de5aba (#18344)

This commit is contained in:
Chris Withers 2020-02-04 08:05:25 +00:00 committed by GitHub
parent 5807efd4c3
commit b6999e5690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -398,6 +398,8 @@ Deprecated
Removed Removed
======= =======
* The erroneous version at :data:`unittest.mock.__version__` has been removed.
* :class:`nntplib.NNTP`: ``xpath()`` and ``xgtitle()`` methods have been removed. * :class:`nntplib.NNTP`: ``xpath()`` and ``xgtitle()`` methods have been removed.
These methods are deprecated since Python 3.3. Generally, these extensions These methods are deprecated since Python 3.3. Generally, these extensions
are not supported or not enabled by NNTP server administrators. are not supported or not enabled by NNTP server administrators.