From aee83e18ba8ba381429eff4657a741925640140e Mon Sep 17 00:00:00 2001 From: Satoru SATOH Date: Mon, 27 Feb 2017 03:23:16 +0900 Subject: [PATCH] doc: ElementTree is in standard library --- README.rst | 2 +- docs/introduction.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 230c43a7..f23a6e65 100644 --- a/README.rst +++ b/README.rst @@ -222,7 +222,7 @@ module is available and the corresponding backend is ready to use: Ini-like, ini, ``configparser`` (standard lib), do. Pickle, pickle, ``pickle`` (standard lib), do. Java properties [#]_ , properties, None (native implementation with standard lib), do. - XML, xml, ``ElementTree``, do. + XML, xml, ``ElementTree`` (standard lib), do. YAML, yaml, ``PyYAML`` [#]_, Enabled automatically if the left requirement is satisfied. ConifgObj, configobj, ``configobj`` [#]_, do. MessagePack, msgpack, ``msgpack-python`` [#]_, do. diff --git a/docs/introduction.rst b/docs/introduction.rst index 6868d8aa..56965a5b 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -177,7 +177,7 @@ module is available and the corresponding backend is ready to use: Ini-like, ini, ``configparser`` (standard lib), do. Pickle, pickle, ``pickle`` (standard lib), do. Java properties [#]_ , properties, None (native implementation with standard lib), do. - XML, xml, ``ElementTree``, do. + XML, xml, ``ElementTree`` (standard lib), do. YAML, yaml, ``PyYAML`` [#]_, Enabled automatically if the left requirement is satisfied. ConifgObj, configobj, ``configobj`` [#]_, do. MessagePack, msgpack, ``msgpack-python`` [#]_, do.