summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0c8b4e1..a630755 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@ Extension Modules
Library
-------
+- Bug #1365984: urllib now opens "data:" URLs again.
+
- Patch #1314396: Prevent threading.Thread.join() from blocking if a previous
call caused an exception to be raised (e.g., calling join() with an illegal
argument).