diff options
author | Shantanu <hauntsaninja@users.noreply.github.com> | 2020-02-05 20:43:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 20:43:09 (GMT) |
commit | 8b6f6526f857bb7523b0fcff09b45bc6471289e9 (patch) | |
tree | 425c357cef7950ee3f7b5ab335e54e1084ed55d9 /Misc | |
parent | 58f4e1a6ee4c6ea82f3f5075d9d9d344ce6b8a56 (diff) | |
download | cpython-8b6f6526f857bb7523b0fcff09b45bc6471289e9.zip cpython-8b6f6526f857bb7523b0fcff09b45bc6471289e9.tar.gz cpython-8b6f6526f857bb7523b0fcff09b45bc6471289e9.tar.bz2 |
bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-02-05-18-29-14.bpo-39559.L8i5YB.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-02-05-18-29-14.bpo-39559.L8i5YB.rst b/Misc/NEWS.d/next/Library/2020-02-05-18-29-14.bpo-39559.L8i5YB.rst new file mode 100644 index 0000000..881f26b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-02-05-18-29-14.bpo-39559.L8i5YB.rst @@ -0,0 +1 @@ +Remove unused, undocumented argument ``getters`` from :func:`uuid.getnode`
\ No newline at end of file |