summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-11-26 16:50:44 (GMT)
committerGeorg Brandl <georg@python.org>2005-11-26 16:50:44 (GMT)
commit1f663574ee154dfc95b883747137040f51ea7ef6 (patch)
tree1672a7ff57a8f9b7ac41f028cfb0894afb999857 /Misc/NEWS
parent7dece6690e103d24696ef543f7d14a2287c80446 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index de637e1..c087a11 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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)