This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients corona10, vstinner
Date 2020-01-17.13:48:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579268898.43.0.198973775229.issue39366@roundup.psfhosted.org>
In-reply-to
Content
Looks like xgtitle is supported but xpath is not.

>>> a.xgtitle('gmane.comp.python.committers')
('282 Descriptions in form "group description"', [('gmane.comp.python.committers', 'CPython Committers (non-public) (Moderated)')])
>>> a.xpath(message_id)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/nntplib.py", line 865, in xpath
    resp = self._shortcmd('XPATH {0}'.format(id))
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/nntplib.py", line 513, in _shortcmd
    return self._getresp()
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/nntplib.py", line 458, in _getresp
    raise NNTPPermanentError(resp)
nntplib.NNTPPermanentError: 500 What?
History
Date User Action Args
2020-01-17 13:48:18corona10setrecipients: + corona10, vstinner
2020-01-17 13:48:18corona10setmessageid: <1579268898.43.0.198973775229.issue39366@roundup.psfhosted.org>
2020-01-17 13:48:18corona10linkissue39366 messages
2020-01-17 13:48:18corona10create