From: Andrew M. Kuchling Date: Tue, 13 Oct 2009 15:49:33 +0000 (+0000) Subject: Link to PEP X-Git-Tag: v2.7a1~368 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fe65a0a948d6957a7e3f666eceb27e27dcf421e;p=thirdparty%2FPython%2Fcpython.git Link to PEP --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 856354a8ec6a..f611e05a8d52 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 `_. +.. seealso:: + + :pep:`372` - Adding an ordered dictionary to collections + PEP written by Armin Ronacher and Raymond Hettinger; + implemented by Raymond Hettinger. .. _pep-0378: