diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-22 00:45:42 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-22 00:45:42 (GMT) |
commit | e8d07a988576b9c9f661ad38068dfba392242df5 (patch) | |
tree | 8e87f1aea7968779a620da6d6221a959beaac336 /Misc | |
parent | 6783487757be881e4ea6e0c9bae36374da7014c2 (diff) | |
parent | f60b7df9f8dd1df21921aa124a30bfd4fe9714b2 (diff) | |
download | cpython-e8d07a988576b9c9f661ad38068dfba392242df5.zip cpython-e8d07a988576b9c9f661ad38068dfba392242df5.tar.gz cpython-e8d07a988576b9c9f661ad38068dfba392242df5.tar.bz2 |
Issue #12226: HTTPS is now used by default when connecting to PyPI.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ Core and Builtins Library ------- +- Issue #12226: HTTPS is now used by default when connecting to PyPI. + - Issue #20045: Fix "setup.py register --list-classifiers". - Issue #18879: When a method is looked up on a temporary file, avoid closing |