Skip to content

Commit e8868ed

Browse files
committed
bpo-39366: Doc update
1 parent 3c9748d commit e8868ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,10 @@ Deprecated
353353
Removed
354354
=======
355355
* :class:`nntplib.NNTP`: ``xpath()`` and ``xgtitle()`` methods have been removed.
356-
Deprecated since Python 3.3. (Contributed by Dong-hee Na in :issue:`39366`.)
356+
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`.)
357360

358361
* :class:`array.array`: ``tostring()`` and ``fromstring()`` methods have been
359362
removed. They were aliases to ``tobytes()`` and ``frombytes()``, deprecated

0 commit comments

Comments
 (0)