Skip to content
Snippets Groups Projects
Unverified Commit baed0c31 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

[3.9] gh-92417: `json` docs: `dict` is ordered on all supported Python...

[3.9] gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH-92422) (GH-92466)



(cherry picked from commit bc098cfd)


Co-authored-by: default avatarAlex Waygood <Alex.Waygood@Gmail.com>

Automerge-Triggered-By: GH:serhiy-storchaka
parent 7fd4e650
No related branches found
No related tags found
No related merge requests found
...@@ -125,13 +125,6 @@ See :ref:`json-commandline` for detailed documentation. ...@@ -125,13 +125,6 @@ See :ref:`json-commandline` for detailed documentation.
This module's encoders and decoders preserve input and output order by This module's encoders and decoders preserve input and output order by
default. Order is only lost if the underlying containers are unordered. default. Order is only lost if the underlying containers are unordered.
Prior to Python 3.7, :class:`dict` was not guaranteed to be ordered, so
inputs and outputs were typically scrambled unless
:class:`collections.OrderedDict` was specifically requested. Starting
with Python 3.7, the regular :class:`dict` became order preserving, so
it is no longer necessary to specify :class:`collections.OrderedDict` for
JSON generation and parsing.
Basic Usage Basic Usage
----------- -----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment