diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2009-07-26 12:39:47 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2009-07-26 12:39:47 (GMT) |
commit | 0ac1f83079ee90f56bc7eef92643980a911bd355 (patch) | |
tree | 2ce2674de89d07f83132467448a9af38c0f4d29d /Misc/NEWS | |
parent | 36613e08c3bec90e975eef9bdd3c9f2082a68616 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |