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年04月11日 11:19 by asmodai, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| minidom.diff | asmodai, 2008年04月11日 11:19 | xml.dom.minidom documentation consistency diff | ||
| Messages (2) | |||
|---|---|---|---|
| msg65347 - (view) | Author: Jeroen Ruigrok van der Werven (asmodai) * (Python committer) | Date: 2008年04月11日 11:19 | |
xml.dom.minidom details three methods: writexml(), toxml(), toprettyxml(). Only one, toxml(), showed the optional encoding argument. In the documentation for writexml() the encoding argument is explained, but toprettyxml() refers to toxml() for the details, which are not present there. |
|||
| msg65413 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年04月12日 18:36 | |
Committed as r62295. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:33 | admin | set | github: 46867 |
| 2008年04月12日 18:36:18 | georg.brandl | set | status: open -> closed resolution: accepted messages: + msg65413 |
| 2008年04月11日 11:19:48 | asmodai | create | |