diff options
author | Raymond Hettinger <python@rcn.com> | 2009-04-07 23:10:59 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-04-07 23:10:59 (GMT) |
commit | 347396af732597696427e5633a041bc87b187c0e (patch) | |
tree | fffa34ec83af30ca38f7d726aaaca51255fb11a2 /Doc/whatsnew | |
parent | a51d98ffc06de4d5d390a01da13c5d2c54ee7f4d (diff) | |
download | cpython-347396af732597696427e5633a041bc87b187c0e.zip cpython-347396af732597696427e5633a041bc87b187c0e.tar.gz cpython-347396af732597696427e5633a041bc87b187c0e.tar.bz2 |
Add link.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index 7e15059..951e678 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -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:: |