diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2009-10-13 15:49:33 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2009-10-13 15:49:33 (GMT) |
commit | 7fe65a0a948d6957a7e3f666eceb27e27dcf421e (patch) | |
tree | a965877e73e0265d50f26f0b5da68a6435bd2048 | |
parent | 526bec21d0cca80768cf3aa8bae2d720bdf7b5bb (diff) | |
download | cpython-7fe65a0a948d6957a7e3f666eceb27e27dcf421e.zip cpython-7fe65a0a948d6957a7e3f666eceb27e27dcf421e.tar.gz cpython-7fe65a0a948d6957a7e3f666eceb27e27dcf421e.tar.bz2 |
Link to PEP
-rw-r--r-- | Doc/whatsnew/2.7.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 856354a..f611e05 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -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: |