diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/0249.bpo-29645.XCxTHM.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/0249.bpo-29645.XCxTHM.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/0249.bpo-29645.XCxTHM.rst b/Misc/NEWS.d/next/Library/0249.bpo-29645.XCxTHM.rst new file mode 100644 index 0000000000..8f194b8a23 --- /dev/null +++ b/Misc/NEWS.d/next/Library/0249.bpo-29645.XCxTHM.rst @@ -0,0 +1,2 @@ +Speed up importing the webbrowser module. webbrowser.register() is now +thread-safe. |