mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
This commit is contained in:
commit
fafda38727
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||||
|
|
|
@ -27,6 +27,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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue