diff options
author | Georg Brandl <georg@python.org> | 2005-11-26 16:51:02 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-11-26 16:51:02 (GMT) |
commit | fee85e6b3e43be00200a11c4d57f592500bade72 (patch) | |
tree | 249512c1c9c915c82adcf16d0c0be6df42eb5bcc /Misc | |
parent | ae70eb7c36b8a5e4f58bc7b0100e6b15710390a0 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |