Add link.

This commit is contained in:
Raymond Hettinger 2009-04-07 23:10:59 +00:00
parent a51d98ffc0
commit 347396af73
1 changed files with 1 additions and 1 deletions

View 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::