[Python-checkins] r75391 - python/trunk/Doc/whatsnew/2.7.rst

andrew.kuchling python-checkins at python.org
Tue Oct 13 17:49:33 CEST 2009


Author: andrew.kuchling
Date: Tue Oct 13 17:49:33 2009
New Revision: 75391

Log:
Link to PEP

Modified:
   python/trunk/Doc/whatsnew/2.7.rst

Modified: python/trunk/Doc/whatsnew/2.7.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.7.rst	(original)
+++ python/trunk/Doc/whatsnew/2.7.rst	Tue Oct 13 17:49:33 2009
@@ -171,6 +171,11 @@
 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:
 


More information about the Python-checkins mailing list