]> granicus.if.org Git - python/commitdiff
Add link.
authorRaymond Hettinger <python@rcn.com>
Tue, 7 Apr 2009 23:10:59 +0000 (23:10 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 7 Apr 2009 23:10:59 +0000 (23:10 +0000)
Doc/whatsnew/3.1.rst

index 7e15059c59d1d3afac1e31fc1f0c49fa2ae2126e..951e67843119a441c43d7f7b14ad360413f64d9e 100644 (file)
@@ -88,7 +88,7 @@ order.  The :mod:`collections` module's :meth:`namedtuple._asdict` method now
 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::