mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369)
This commit is contained in:
parent
58f4e1a6ee
commit
8b6f6526f8
2 changed files with 2 additions and 1 deletions
|
@ -757,7 +757,7 @@ else:
|
|||
|
||||
_node = None
|
||||
|
||||
def getnode(*, getters=None):
|
||||
def getnode():
|
||||
"""Get the hardware address as a 48-bit positive integer.
|
||||
|
||||
The first time this runs, it may launch a separate program, which could
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue