Commit 347396af authored by Raymond Hettinger's avatar Raymond Hettinger

Add link.

parent a51d98ff
......@@ -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::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment