[New-bugs-announce] [issue39559] uuid.getnode() has unused argument

Sebastian Rittau report at bugs.python.org
Wed Feb 5 07:02:55 EST 2020


New submission from Sebastian Rittau <srittau at rittau.biz>:

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.

----------
components: Library (Lib)
messages: 361423
nosy: srittau
priority: normal
severity: normal
status: open
title: uuid.getnode() has unused argument
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39559>
_______________________________________


More information about the New-bugs-announce mailing list