[Python-checkins] r71384 - python/branches/py3k/Doc/whatsnew/3.1.rst

raymond.hettinger python-checkins at python.org
Wed Apr 8 01:10:59 CEST 2009


Author: raymond.hettinger
Date: Wed Apr  8 01:10:59 2009
New Revision: 71384

Log:
Add link.

Modified:
   python/branches/py3k/Doc/whatsnew/3.1.rst

Modified: python/branches/py3k/Doc/whatsnew/3.1.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.1.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.1.rst	Wed Apr  8 01:10:59 2009
@@ -88,7 +88,7 @@
 returns an ordered dictionary with the values appearing in the same order as
 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.
+Support was also added for third-party tools like `PyYAML <http://pyyaml.org/>`_.
 
 .. seealso::
 


More information about the Python-checkins mailing list