summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-16 11:48:10 (GMT)
committerChristian Heimes <christian@python.org>2016-09-16 11:48:10 (GMT)
commita4961e555b9b6b684f123cdbe426b4da22a1b460 (patch)
tree30d2e97b18fab74846e3803b22748e4e61b7f639 /Misc
parentf676748a052cacdf9963aa840bfa6107275d163e (diff)
downloadcpython-a4961e555b9b6b684f123cdbe426b4da22a1b460.zip
cpython-a4961e555b9b6b684f123cdbe426b4da22a1b460.tar.gz
cpython-a4961e555b9b6b684f123cdbe426b4da22a1b460.tar.bz2
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
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 3c19183..218513e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,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.