]> granicus.if.org Git - python/commitdiff
Link to PEP
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 13 Oct 2009 15:49:33 +0000 (15:49 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 13 Oct 2009 15:49:33 +0000 (15:49 +0000)
Doc/whatsnew/2.7.rst

index 856354a8ec6a6c6d57c50b51ff06fc0d53b0eedd..f611e05a8d52c8501d8818dff5163ec3f5a22e6d 100644 (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: