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 vstinner
Recipients corona10, vstinner
Date 2020-01-17.16:08:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579277334.13.0.573287656426.issue39366@roundup.psfhosted.org>
In-reply-to
Content
>>> a.description('gmane.comp.python.committers')
'CPython Committers (non-public) (Moderated)'
>>> a.descriptions('gmane.comp.python.committers')
('215 Newsgroup descriptions in form "group description"', {'gmane.comp.python.committers': 'CPython Committers (non-public) (Moderated)'})

Well, both results contain the same important string: 'CPython Committers (non-public) (Moderated)'. So I think that it's ok to drop xgtitle() as well.
History
Date User Action Args
2020-01-17 16:08:54vstinnersetrecipients: + vstinner, corona10
2020-01-17 16:08:54vstinnersetmessageid: <1579277334.13.0.573287656426.issue39366@roundup.psfhosted.org>
2020-01-17 16:08:54vstinnerlinkissue39366 messages
2020-01-17 16:08:54vstinnercreate