summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-11-26 16:51:02 (GMT)
committerGeorg Brandl <georg@python.org>2005-11-26 16:51:02 (GMT)
commitfee85e6b3e43be00200a11c4d57f592500bade72 (patch)
tree249512c1c9c915c82adcf16d0c0be6df42eb5bcc /Misc
parentae70eb7c36b8a5e4f58bc7b0100e6b15710390a0 (diff)
downloadcpython-fee85e6b3e43be00200a11c4d57f592500bade72.zip
cpython-fee85e6b3e43be00200a11c4d57f592500bade72.tar.gz
cpython-fee85e6b3e43be00200a11c4d57f592500bade72.tar.bz2
backport: bug #1365984, urllib and data: URLs^^
Diffstat (limited to 'Misc')
-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).