summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2020-07-21 23:15:47 (GMT)
committerGitHub <noreply@github.com>2020-07-21 23:15:47 (GMT)
commitbf2f76ec0976c09de79c8827764f30e3b6fba776 (patch)
treee1fd82e63f151746ee8a75c7c1a5aa22ae6c0b92 /Misc
parent5241e189e77972d3a07acbbb3f0c0cbc2aeeb681 (diff)
downloadcpython-bf2f76ec0976c09de79c8827764f30e3b6fba776.zip
cpython-bf2f76ec0976c09de79c8827764f30e3b6fba776.tar.gz
cpython-bf2f76ec0976c09de79c8827764f30e3b6fba776.tar.bz2
bpo-41364: Reduce import overhead of uuid module (GH-21586)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-07-21-21-45-55.bpo-41364.5O-k7A.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-07-21-21-45-55.bpo-41364.5O-k7A.rst b/Misc/NEWS.d/next/Library/2020-07-21-21-45-55.bpo-41364.5O-k7A.rst
new file mode 100644
index 0000000..f136e89
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-07-21-21-45-55.bpo-41364.5O-k7A.rst
@@ -0,0 +1 @@
+Reduce import overhead of :mod:`uuid`.