summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-03-28 19:19:56 (GMT)
committerGeorg Brandl <georg@python.org>2006-03-28 19:19:56 (GMT)
commit80bb2bb7eb8ed68609f7533eac6d1e31f45b2843 (patch)
tree132d108da6515fbc1357ed83efb33179ab5023ab /Misc
parentd34fa52a064c076afeeb3b1f775e7b333fb3b892 (diff)
downloadcpython-80bb2bb7eb8ed68609f7533eac6d1e31f45b2843.zip
cpython-80bb2bb7eb8ed68609f7533eac6d1e31f45b2843.tar.gz
cpython-80bb2bb7eb8ed68609f7533eac6d1e31f45b2843.tar.bz2
Revert r43399.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 0 insertions, 6 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7dade8e..42b6e40 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -483,12 +483,6 @@ Extension Modules
Library
-------
-- Bug #1459963: urllib2 now normalizes HTTP header names correctly
- with title().
-
-- Bug #1459963: urllib2 now normalizes HTTP header names correctly
- with title().
-
- Queue.Queue objects now support .task_done() and .join() methods
to make it easier to monitor when daemon threads have completed
processing all enqueued tasks. Patch #1455676.