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 Jim.Jewett
Recipients Jim.Jewett, tontinton
Date 2020-07-11.18:41:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594492915.2.0.833190070642.issue41246@roundup.psfhosted.org>
In-reply-to
Content
Looks good to me.  

I at first worried that the different function names were useful metadata that was getting lost -- but the names were already duplicated in several cases.  *If* that is still a concern for the committer, then instead of repeating the code (as current production does), each section should just say newname=origname before registering the static method (as the patch does), and should bind a distinct name for each usage.
History
Date User Action Args
2020-07-11 18:41:55Jim.Jewettsetrecipients: + Jim.Jewett, tontinton
2020-07-11 18:41:55Jim.Jewettsetmessageid: <1594492915.2.0.833190070642.issue41246@roundup.psfhosted.org>
2020-07-11 18:41:55Jim.Jewettlinkissue41246 messages
2020-07-11 18:41:55Jim.Jewettcreate