summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorChih-Hsuan Yen <yan12125@gmail.com>2018-09-12 04:54:57 +0800
committerBenjamin Peterson <benjamin@python.org>2018-09-11 13:54:57 -0700
commitd919c60e6936f853ad15040017f2c0bce0f027f8 (patch)
treee7209e27e0ebb5ba9d27ecaf4382638a2e351980 /Misc
parent253279c616d4f34287c5749df15e20eb2eb988d6 (diff)
downloadcpython-git-d919c60e6936f853ad15040017f2c0bce0f027f8.tar.gz
[2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125)
(cherry picked from commit 6b273f7f4056f8276f61a97c789d6bb4425e653c) Co-authored-by: Bo Bayles <bbayles@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-01-20-17-15-34.bpo-32502.OXJfn7.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-01-20-17-15-34.bpo-32502.OXJfn7.rst b/Misc/NEWS.d/next/Library/2018-01-20-17-15-34.bpo-32502.OXJfn7.rst
new file mode 100644
index 0000000000..8338632aa2
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-01-20-17-15-34.bpo-32502.OXJfn7.rst
@@ -0,0 +1,2 @@
+uuid.uuid1 no longer raises an exception if a 64-bit hardware address is
+encountered.