Staging
v0.5.1
https://github.com/python/cpython
Revision 7eeb80b1e0034fd4e6b8d03b2c0fc5c94fe8d8fa authored by Miss Islington (bot) on 13 September 2018, 17:32:44 UTC, committed by GitHub on 13 September 2018, 17:32:44 UTC
(cherry picked from commit a710ebd21b09efe902dde84d4862ce5c6427f7af)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
1 parent 3e3d4a4
Raw File
Tip revision: 7eeb80b1e0034fd4e6b8d03b2c0fc5c94fe8d8fa authored by Miss Islington (bot) on 13 September 2018, 17:32:44 UTC
closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)
Tip revision: 7eeb80b
markup.rst
.. _markup:

**********************************
Structured Markup Processing Tools
**********************************

Python supports a variety of modules to work with various forms of structured
data markup.  This includes modules to work with the Standard Generalized Markup
Language (SGML) and the Hypertext Markup Language (HTML), and several interfaces
for working with the Extensible Markup Language (XML).


.. toctree::

   html.rst
   html.parser.rst
   html.entities.rst
   xml.rst
   xml.etree.elementtree.rst
   xml.dom.rst
   xml.dom.minidom.rst
   xml.dom.pulldom.rst
   xml.sax.rst
   xml.sax.handler.rst
   xml.sax.utils.rst
   xml.sax.reader.rst
   pyexpat.rst
back to top