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 hauntsaninja
Recipients hauntsaninja, srittau, taleinat
Date 2020-02-05.19:07:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580929655.29.0.125043921768.issue39559@roundup.psfhosted.org>
In-reply-to
Content
Github code search isn't great, but I was unable to find any usage of `uuid.getnode(getters=`, whereas I was able to find usage of `uuid.uuid1(node=` (even though `node` is optional and can be passed positionally). I'd be surprised if it was used in practice, given that it's undocumented and only present on 3.7+ (I discovered it while running `inspect.signature` on large parts of stdlib). I think that, and the fact that this never did anything (even before bpo-28009 it looks like `getters` gets immediately overwritten), mitigate the risk here.

Let me know what you think should be done; happy to submit a PR that issues a deprecation warning.
History
Date User Action Args
2020-02-05 19:07:35hauntsaninjasetrecipients: + hauntsaninja, srittau, taleinat
2020-02-05 19:07:35hauntsaninjasetmessageid: <1580929655.29.0.125043921768.issue39559@roundup.psfhosted.org>
2020-02-05 19:07:35hauntsaninjalinkissue39559 messages
2020-02-05 19:07:34hauntsaninjacreate