summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-12-22 00:45:42 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-12-22 00:45:42 (GMT)
commite8d07a988576b9c9f661ad38068dfba392242df5 (patch)
tree8e87f1aea7968779a620da6d6221a959beaac336 /Misc
parent6783487757be881e4ea6e0c9bae36374da7014c2 (diff)
parentf60b7df9f8dd1df21921aa124a30bfd4fe9714b2 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 57c1c05..e8716b2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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