summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-16 11:49:29 (GMT)
committerChristian Heimes <christian@python.org>2016-09-16 11:49:29 (GMT)
commitfafda38727f9935777a9cceac6b4bb1472d97304 (patch)
treee1ae258eefa0700022d6bdd2e17cfeb6870686b7 /Misc/NEWS
parentf670c834431ef5a183657be3ff0d919a248453fb (diff)
parentde3f48ae9a5c807f1af26f2841a39a3667cc9760 (diff)
downloadcpython-fafda38727f9935777a9cceac6b4bb1472d97304.zip
cpython-fafda38727f9935777a9cceac6b4bb1472d97304.tar.gz
cpython-fafda38727f9935777a9cceac6b4bb1472d97304.tar.bz2
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c4cc409..5418add 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@ Core and Builtins
Library
-------
+- Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
+
- Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin.
Patch by Gergely Imreh and Markus Holtermann.