diff options
author | Georg Brandl <georg@python.org> | 2005-11-26 16:50:44 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-11-26 16:50:44 (GMT) |
commit | 1f663574ee154dfc95b883747137040f51ea7ef6 (patch) | |
tree | 1672a7ff57a8f9b7ac41f028cfb0894afb999857 /Misc/NEWS | |
parent | 7dece6690e103d24696ef543f7d14a2287c80446 (diff) | |
download | cpython-1f663574ee154dfc95b883747137040f51ea7ef6.zip cpython-1f663574ee154dfc95b883747137040f51ea7ef6.tar.gz cpython-1f663574ee154dfc95b883747137040f51ea7ef6.tar.bz2 |
bug #1365984: urllib and data: URLs. Problem was that cStringIO objects cannot be assigned attributes on the fly.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -287,6 +287,8 @@ Extension Modules 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) |