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 | 62003247016be2ace7f60f5f02005c52c87b2f61 (patch) | |
tree | c42054231782f521e72a6c5e2bec8744c30dc252 /Misc/NEWS | |
parent | d105196c728110879b92984feb198b0bd600aaf9 (diff) | |
download | cpython-62003247016be2ace7f60f5f02005c52c87b2f61.zip cpython-62003247016be2ace7f60f5f02005c52c87b2f61.tar.gz cpython-62003247016be2ace7f60f5f02005c52c87b2f61.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
@@ -27,6 +27,8 @@ Core and Builtins Library ------- +- Issue #12226: HTTPS is now used by default when connecting to PyPI. + - Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of the uncompress buffer and read() goes through more than one readbuffer. |