mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +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
|
@ -72,7 +72,7 @@ encode_basestring_ascii = (
|
|||
c_encode_basestring_ascii or py_encode_basestring_ascii)
|
||||
|
||||
class JSONEncoder(object):
|
||||
"""Extensible JSON <http://json.org> encoder for Python data structures.
|
||||
"""Extensible JSON <https://json.org> encoder for Python data structures.
|
||||
|
||||
Supports the following objects and types by default:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue