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.

classification
Title: documentation of xml.dom.minidom.parse signature is wrong
Type: Stage:
Components: Documentation, XML Versions: Python 3.0, Python 3.1, Python 3.2, Python 2.7, Python 2.6, Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, phihag
Priority: normal Keywords: patch

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:48adminsetgithub: 50275
2009-05-16 13:53:06georg.brandlsetstatus: open -> closed

messages: + msg87894
2009-05-16 11:57:35phihagsetstatus: closed -> open

messages: + msg87885
2009-05-16 11:14:57georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg87879
2009-05-14 23:46:15phihagcreate