diff options
author | Christian Heimes <christian@python.org> | 2016-09-16 11:49:29 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2016-09-16 11:49:29 (GMT) |
commit | fafda38727f9935777a9cceac6b4bb1472d97304 (patch) | |
tree | e1ae258eefa0700022d6bdd2e17cfeb6870686b7 /Misc/NEWS | |
parent | f670c834431ef5a183657be3ff0d919a248453fb (diff) | |
parent | de3f48ae9a5c807f1af26f2841a39a3667cc9760 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |