diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-22 00:35:53 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-22 00:35:53 (GMT) |
commit | f60b7df9f8dd1df21921aa124a30bfd4fe9714b2 (patch) | |
tree | 2bb028a2d331b5903749100abd1bad16ac7dde63 /Misc/NEWS | |
parent | ee7f3fc58639854317dd5fa1b95c4b199e35c035 (diff) | |
download | cpython-f60b7df9f8dd1df21921aa124a30bfd4fe9714b2.zip cpython-f60b7df9f8dd1df21921aa124a30bfd4fe9714b2.tar.gz cpython-f60b7df9f8dd1df21921aa124a30bfd4fe9714b2.tar.bz2 |
Issue #12226: HTTPS is now used by default when connecting to PyPI.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.2.6? Library ------- +- Issue #12226: HTTPS is now used by default when connecting to PyPI. + - Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler. - Issue #14984: On POSIX systems, when netrc is called without a filename |