mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-96959: Update more HTTP links (GH-97536)
Use HTTPS for documents which are available by both HTTP and HTTPS links, but there is no redirection from HTTP to HTTPS or vice versa.
This commit is contained in:
parent
adbed2d542
commit
dd53b79de0
22 changed files with 101 additions and 101 deletions
|
@ -125,7 +125,7 @@ See :ref:`json-commandline` for detailed documentation.
|
|||
|
||||
.. note::
|
||||
|
||||
JSON is a subset of `YAML <http://yaml.org/>`_ 1.2. The JSON produced by
|
||||
JSON is a subset of `YAML <https://yaml.org/>`_ 1.2. The JSON produced by
|
||||
this module's default settings (in particular, the default *separators*
|
||||
value) is also a subset of YAML 1.0 and 1.1. This module can thus also be
|
||||
used as a YAML serializer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue