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 srittau
Recipients srittau
Date 2020-02-05.12:02:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580904175.73.0.59628160229.issue39559@roundup.psfhosted.org>
In-reply-to
Content
uuid.getnode() has an undocumented, keyword-only "getters" argument that gets discarded immediately. This is confusing when using code inspection tools and can give the wrong impression that you can somehow override the node getters when you can't. I recommend removing this argument.
History
Date User Action Args
2020-02-05 12:02:55srittausetrecipients: + srittau
2020-02-05 12:02:55srittausetmessageid: <1580904175.73.0.59628160229.issue39559@roundup.psfhosted.org>
2020-02-05 12:02:55srittaulinkissue39559 messages
2020-02-05 12:02:55srittaucreate