This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: documentation for element interface
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: effbot Nosy List: effbot, fdrake, loewis, tim-mitchell
Priority: normal Keywords: patch

Created on 2007-02-12 00:15 by tim-mitchell, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
libetree.patch tim-mitchell, 2007-02-12 00:15 patch for python\trunk\Doc
Messages (4)
msg51859 - (view) Author: Tim Mitchell (tim-mitchell) Date: 2007-02-12 00:15
I have added a subsection to 8.13 xml.etree.ElementTree documenting the _ElementInterface class which objects returned by the Element and SubElement factory functions emulate.

I do not have latex installed on my system so I have not been able to check for compiling errors - sorry.  
(I don't intend to become a regular contributor to go through the bother of setting it up.)

msg51860 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-02-13 12:15
Fredrik, can you please take a look? If not, assign it back to Fred.
msg51861 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2007-02-25 17:29
The LaTeX formats without error, but the style appears a bit heavy.  In particular, the use of the {datadescni} environment to present return value information is inappropriate: that should be presented a normal sentence in the method description.
msg51862 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2007-02-25 17:58
Applied to the trunk in Subversion revision 53910.

The bad use of {datadescni} was apparently based on precedents elsewhere in the etree documentation; this has been fixed throughout.
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44573
2007-02-12 00:15:45tim-mitchellcreate