summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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.