Patches item #1504046, was opened at 2006-06-10 18:30 Message generated for change (Comment added) made by grubert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1504046&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: Fredrik Lundh (effbot) Assigned to: Nobody/Anonymous (nobody) Summary: Rough documentation for xml.etree.ElementTree Initial Comment: Here's a text version (based on the existing PythonDoc documentation). Feel free to grab it and convert it to Latex. ---------------------------------------------------------------------- Comment By: engelbert gruber (grubert) Date: 2006-06-30 13:36 Message: Logged In: YES user_id=147070 http://members.chello.at/engelbert.gruber/python/elementtree -docpy.tar.gz contains the modified (for docpy-writer) documentation and a translation into latex. ---------------------------------------------------------------------- Comment By: Fred L. Drake, Jr. (fdrake) Date: 2006-06-10 21:30 Message: Logged In: YES user_id=3066 There's an open question on whether this should be documented as xml.etree or xmlcore.etree. With the introduction of the xmlcore package in Python 2.5, should we document xml.etree or xmlcore.etree? If someone installs PyXML with Python 2.5, I don't think they're going to get xml.etree, which will be really confusing. We can be sure that xmlcore.etree will be there. I'd rather not propogate the pain caused "xml" package insanity any further. Posted also to python-dev: http://mail.python.org/pipermail/python-dev/2006-June/065816.html ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1504046&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
