bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369)
This commit is contained in:
parent
58f4e1a6ee
commit
8b6f6526f8
|
@ -757,7 +757,7 @@ else:
|
||||||
|
|
||||||
_node = None
|
_node = None
|
||||||
|
|
||||||
def getnode(*, getters=None):
|
def getnode():
|
||||||
"""Get the hardware address as a 48-bit positive integer.
|
"""Get the hardware address as a 48-bit positive integer.
|
||||||
|
|
||||||
The first time this runs, it may launch a separate program, which could
|
The first time this runs, it may launch a separate program, which could
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Remove unused, undocumented argument ``getters`` from :func:`uuid.getnode`
|
Loading…
Reference in New Issue