diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-03-08 15:15:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 15:15:54 (GMT) |
commit | a7cba27aea138311117e2ab1d91584efcfeac4ec (patch) | |
tree | c2e6b9e0802057f71b43e17fe27a53e50c12a283 /Misc | |
parent | 8606e9524a7a4065042f7f228dc57eb74f88e4d3 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |