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 eric.araujo
Recipients docs@python, eric.araujo, jsiddiqi, sobolevn
Date 2021-12-31.19:03:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640977410.11.0.779713495617.issue46196@roundup.psfhosted.org>
In-reply-to
Content
The method is called from one place only, but the fact that it is its own method and has dedicated tests seems to indicate that it was meant as standalone piece of functionality.  We can’t be sure of original intent given that no method in the class uses the `_` prefix naming convention, but I think it’s fine to document the function and so make it officially public now.
History
Date User Action Args
2021-12-31 19:03:30eric.araujosetrecipients: + eric.araujo, docs@python, sobolevn, jsiddiqi
2021-12-31 19:03:30eric.araujosetmessageid: <1640977410.11.0.779713495617.issue46196@roundup.psfhosted.org>
2021-12-31 19:03:30eric.araujolinkissue46196 messages
2021-12-31 19:03:30eric.araujocreate