mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
This commit is contained in:
parent
f00383ec9b
commit
db39050396
24 changed files with 63 additions and 63 deletions
|
|
@ -252,7 +252,7 @@ def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
|
|||
|
||||
|
||||
class JSONDecoder(object):
|
||||
"""Simple JSON <http://json.org> decoder
|
||||
"""Simple JSON <https://json.org> decoder
|
||||
|
||||
Performs the following translations in decoding by default:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue