diff options
Diffstat (limited to 'Misc/NEWS')
-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. |