Florent Xicluna
|
88db6f402e
|
Minor documentation updates for xml.etree.
|
2010-03-14 01:22:09 +00:00 |
Florent Xicluna
|
a231e45fb1
|
Add the keyword argument "method=None" to the .write() method and the tostring/tostringlist functions.
Update the function, class and method signatures, according to the new convention.
|
2010-03-13 20:30:15 +00:00 |
Florent Xicluna
|
583302c54e
|
Update some parts of the xml.etree documentation.
|
2010-03-13 17:56:19 +00:00 |
Florent Xicluna
|
3e8c189faa
|
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too.
|
2010-03-11 14:36:19 +00:00 |
Georg Brandl
|
3bb474714b
|
#6489: fix an ambiguity in getiterator() documentation.
|
2009-07-18 09:43:40 +00:00 |
Georg Brandl
|
8b8c2df9b1
|
Fix punctuation.
|
2009-02-20 08:45:47 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Georg Brandl
|
fb22263586
|
#4100: note that element children are not necessarily present on "start" events.
|
2009-01-01 11:46:51 +00:00 |
Benjamin Peterson
|
c7b05920d6
|
reformat some documentation of classes so methods and attributes are under the class directive
|
2008-04-25 01:29:10 +00:00 |
Mark Summerfield
|
43da35de7b
|
Added a footnote to each pointing out that for XML output if an encoding
string is given it should conform to the appropriate XML standards---for
example, "UTF-8" is okay, but "UTF8" is not.
|
2008-03-17 08:28:15 +00:00 |
Georg Brandl
|
907a720f89
|
A lot more typo fixes by Ori Avtalion.
|
2008-02-22 12:31:45 +00:00 |
Georg Brandl
|
39bd059e42
|
Add examples to the ElementTree documentation.
Written by h4wk.cz for GHOP.
|
2007-12-01 22:42:46 +00:00 |
Georg Brandl
|
e7a0990113
|
Add :term:s for iterator.
|
2007-10-21 12:10:28 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |