Link to PEP

This commit is contained in:
Andrew M. Kuchling 2009-10-13 15:49:33 +00:00
parent 526bec21d0
commit 7fe65a0a94
1 changed files with 5 additions and 0 deletions

View File

@ -171,6 +171,11 @@ the underlying tuple indicies. The :mod:`json` module is being built-out with
an *object_pairs_hook* to allow OrderedDicts to be built by the decoder.
Support was also added for third-party tools like `PyYAML <http://pyyaml.org/>`_.
.. seealso::
:pep:`372` - Adding an ordered dictionary to collections
PEP written by Armin Ronacher and Raymond Hettinger;
implemented by Raymond Hettinger.
.. _pep-0378: