summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-03-08 15:15:54 (GMT)
committerGitHub <noreply@github.com>2017-03-08 15:15:54 (GMT)
commita7cba27aea138311117e2ab1d91584efcfeac4ec (patch)
treec2e6b9e0802057f71b43e17fe27a53e50c12a283 /Misc
parent8606e9524a7a4065042f7f228dc57eb74f88e4d3 (diff)
downloadcpython-a7cba27aea138311117e2ab1d91584efcfeac4ec.zip
cpython-a7cba27aea138311117e2ab1d91584efcfeac4ec.tar.gz
cpython-a7cba27aea138311117e2ab1d91584efcfeac4ec.tar.bz2
bpo-29645: Speed up importing the webbrowser module. (#484)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 503ed83..4dc1b5e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -270,6 +270,9 @@ Extension Modules
Library
-------
+- bpo-29645: Speed up importing the webbrowser module. webbrowser.register()
+ is now thread-safe.
+
- bpo-28231: The zipfile module now accepts path-like objects for external
paths.