commit | 1f663574ee154dfc95b883747137040f51ea7ef6 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Nov 26 16:50:44 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Nov 26 16:50:44 2005 +0000 |
tree | 1672a7ff57a8f9b7ac41f028cfb0894afb999857 | |
parent | 7dece6690e103d24696ef543f7d14a2287c80446 [diff] [blame] |
bug #1365984: urllib and data: URLs. Problem was that cStringIO objects cannot be assigned attributes on the fly.
diff --git a/Misc/NEWS b/Misc/NEWS index de637e1..c087a11 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -287,6 +287,8 @@ Library ------- +- Bug #1365984: urllib now opens "data:" URLs again. + - Patch #1314396: prevent deadlock for threading.Thread.join() when an exception is raised within the method itself on a previous call (e.g., passing in an illegal argument)