Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f676748 commit a4961e5Copy full SHA for a4961e5
2 files changed
Lib/antigravity.py
@@ -2,7 +2,7 @@
2
import webbrowser
3
import hashlib
4
5
-webbrowser.open("http://xkcd.com/353/")
+webbrowser.open("https://xkcd.com/353/")
6
7
def geohash(latitude, longitude, datedow):
8
'''Compute geohash() using the Munroe algorithm.
Misc/NEWS
@@ -71,6 +71,8 @@ Core and Builtins
71
Library
72
-------
73
74
+- Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
75
+
76
- Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin.
77
Patch by Gergely Imreh and Markus Holtermann.
78
0 commit comments