Skip to content

Commit a4961e5

Browse files
committed
Issue python#28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
1 parent f676748 commit a4961e5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Lib/antigravity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import webbrowser
33
import hashlib
44

5-
webbrowser.open("http://xkcd.com/353/")
5+
webbrowser.open("https://xkcd.com/353/")
66

77
def geohash(latitude, longitude, datedow):
88
'''Compute geohash() using the Munroe algorithm.

Misc/NEWS

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ Core and Builtins
7171
Library
7272
-------
7373

74+
- Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
75+
7476
- Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin.
7577
Patch by Gergely Imreh and Markus Holtermann.
7678

0 commit comments

Comments
 (0)