diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2009-07-26 04:46:00 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2009-07-26 04:46:00 (GMT) |
commit | 6730538ed31031e0ef70cf1ec1e4b37f4d1db4ff (patch) | |
tree | 55bba747bdc80ea30fb57be003029fc72428d9f8 /Misc | |
parent | 2e910fd0b7438354ade2558d91650e47537075f8 (diff) | |
download | cpython-6730538ed31031e0ef70cf1ec1e4b37f4d1db4ff.zip cpython-6730538ed31031e0ef70cf1ec1e4b37f4d1db4ff.tar.gz cpython-6730538ed31031e0ef70cf1ec1e4b37f4d1db4ff.tar.bz2 |
Fixing module names in the NEWS entry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |