We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9748d commit e8868edCopy full SHA for e8868ed
Doc/whatsnew/3.9.rst
@@ -353,7 +353,10 @@ Deprecated
353
Removed
354
=======
355
* :class:`nntplib.NNTP`: ``xpath()`` and ``xgtitle()`` methods have been removed.
356
- Deprecated since Python 3.3. (Contributed by Dong-hee Na in :issue:`39366`.)
+ These methods are deprecated since Python 3.3. These extensions are not supported
357
+ or not enabled by NNTP server administrator. For ``xgtitle()``, please use
358
+ :meth:`nntplib.NNTP.descriptions` or :meth:`nntplib.NNTP.description` instead.
359
+ (Contributed by Dong-hee Na in :issue:`39366`.)
360
361
* :class:`array.array`: ``tostring()`` and ``fromstring()`` methods have been
362
removed. They were aliases to ``tobytes()`` and ``frombytes()``, deprecated
0 commit comments