summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2009-07-26 12:39:47 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2009-07-26 12:39:47 (GMT)
commit0ac1f83079ee90f56bc7eef92643980a911bd355 (patch)
tree2ce2674de89d07f83132467448a9af38c0f4d29d /Misc/NEWS
parent36613e08c3bec90e975eef9bdd3c9f2082a68616 (diff)
downloadcpython-0ac1f83079ee90f56bc7eef92643980a911bd355.zip
cpython-0ac1f83079ee90f56bc7eef92643980a911bd355.tar.gz
cpython-0ac1f83079ee90f56bc7eef92643980a911bd355.tar.bz2
Backport the changes made in revision 74198, fixing the issue 1424152
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eeda945..cca4d76 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,10 @@ C-API
Library
-------
+- 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
+
- importlib.abc.PyLoader did not inherit from importlib.abc.ResourceLoader like
the documentation said it did even though the code in PyLoader relied on the
abstract method required by ResourceLoader.