Commit ea5023df authored by Christian Heimes's avatar Christian Heimes

Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.

parent 11991894
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
import webbrowser import webbrowser
import hashlib import hashlib
webbrowser.open("http://xkcd.com/353/") webbrowser.open("https://xkcd.com/353/")
def geohash(latitude, longitude, datedow): def geohash(latitude, longitude, datedow):
'''Compute geohash() using the Munroe algorithm. '''Compute geohash() using the Munroe algorithm.
......
...@@ -71,6 +71,8 @@ Core and Builtins ...@@ -71,6 +71,8 @@ Core and Builtins
Library Library
------- -------
- Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
- Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin. - Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin.
Patch by Gergely Imreh and Markus Holtermann. Patch by Gergely Imreh and Markus Holtermann.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment