Issue 2615: xml.dom.minidom documentation consistency and update

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:33adminsetgithub: 46867
2008-04-12 18:36:18georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg65413
2008-04-11 11:19:48asmodaicreate