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.
Created on 2008年07月16日 16:20 by jrw@pobox.com, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg69796 - (view) | Author: John Williams (jrw@pobox.com) | Date: 2008年07月16日 16:20 | |
The documentation for the xml.etree.ElementTree package (http://www.python.org/doc/2.5/lib/module-xml.etree.ElementTree.html) does not include the Element type (http://effbot.org/zone/element.htm), making it impossible to use this package without referring to external documentation. |
|||
| msg69797 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年07月16日 16:21 | |
It is found in the new docs: http://doc.python.org/dev/ |
|||
| msg69798 - (view) | Author: Facundo Batista (facundobatista) * (Python committer) | Date: 2008年07月16日 16:27 | |
Here's the link: http://docs.python.org/dev/library/xml.etree.elementtree.html#the-element-interface |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:36 | admin | set | github: 47630 |
| 2008年07月16日 16:27:08 | facundobatista | set | status: open -> closed nosy: + facundobatista resolution: out of date messages: + msg69798 |
| 2008年07月16日 16:21:37 | benjamin.peterson | set | nosy:
+ benjamin.peterson messages: + msg69797 |
| 2008年07月16日 16:20:56 | jrw@pobox.com | create | |