Issue 6025: documentation of xml.dom.minidom.parse signature is wrong (original) (raw)

Issue6025

Created on 2009-05-14 23:46 by phihag, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
xml-minidom-parse-signature-doc.diff phihag,2009-05-14 23:46 Patch that updates the signature in the documentation
Messages (4)
msg87781 - (view) Author: Philipp Hagemeister (phihag) * Date: 2009-05-14 23:46
In the documentation, the signature is given as parse(filename_or_file, parser), although the next paragraph reads "(...) *parser*, if given, (...)". The latter is correct, and there is a new bufsize parameter, too.
msg87879 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-05-16 11:14
Thanks, fixed in r72676.
msg87885 - (view) Author: Philipp Hagemeister (phihag) * Date: 2009-05-16 11:57
The patch has been applied to trunk, but not branches/py3k. Sorry for that, I should really get into the habit of providing patches for both branches.
msg87894 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-05-16 13:53
No, you shouldn't :) It will be merged automatically.
History
Date User Action Args
2022-04-11 14:56:48 admin set github: 50275
2009-05-16 13:53:06 georg.brandl set status: open -> closedmessages: +
2009-05-16 11:57:35 phihag set status: closed -> openmessages: +
2009-05-16 11:14:57 georg.brandl set status: open -> closedresolution: fixedmessages: +
2009-05-14 23:46:15 phihag create