]> granicus.if.org Git - python/commitdiff
Fixing module names in the NEWS entry.
authorSenthil Kumaran <orsenthil@gmail.com>
Sun, 26 Jul 2009 04:46:00 +0000 (04:46 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sun, 26 Jul 2009 04:46:00 +0000 (04:46 +0000)
Misc/NEWS

index 558ab29adb7aaf0fd1775135c3e392f3a3456bb8..72258cdd491c456d41e579a85a6cb52100bff2ec 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,8 +60,9 @@ C-API
 Library
 -------
 
-- Issue #1424152: Fix for httplib, urllib2 to support SSL while working through
-  proxy. Original patch by Christopher Li, changes made by Senthil Kumaran
+- Issue #1424152: Fix for http.client, urllib.request to support SSL while
+  working through proxy. Original patch by Christopher Li, changes made by
+  Senthil Kumaran
 
 - Add importlib.abc.ExecutionLoader to represent the PEP 302 protocol for
   loaders that allow for modules to be executed. Both importlib.abc.PyLoader