rest25/library/xml.etree.rst => rest262/library/xml.etree.rst
n1- 
2-:mod:`xml.etree` ---  The ElementTree API for XML
1+:mod:`xml.etree` --- The ElementTree API for XML
3-=================================================
2+================================================
4
5.. module:: xml.etree
6   :synopsis: Package containing common ElementTree modules.
7.. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com>
8
9
10.. versionadded:: 2.5
11
12The ElementTree package is a simple, efficient, and quite popular  library for
13XML manipulation in Python.    The :mod:`xml.etree` package contains the most
14common components  from the ElementTree API library.  In the current release,
15this package contains the :mod:`ElementTree`,  :mod:`ElementPath`, and
16:mod:`ElementInclude` modules from the full  ElementTree distribution.
17
n18-.. % XXX To be continued!
n17+.. XXX To be continued!
19
20
21.. seealso::
22
23   `ElementTree Overview <http://effbot.org/tag/elementtree>`_
24      The home page for :mod:`ElementTree`.  This includes links  to additional
25      documentation, alternative implementations, and  other add-ons.
t26- 
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op