[issue6025] documentation of xml.dom.minidom.parse signature is wrong

2009-05-16 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

Thanks, fixed in r72676.

--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6025
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6025] documentation of xml.dom.minidom.parse signature is wrong

2009-05-16 Thread Philipp Hagemeister

Philipp Hagemeister phi...@phihag.de added the comment:

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.

--
status: closed - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6025
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6025] documentation of xml.dom.minidom.parse signature is wrong

2009-05-16 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

No, you shouldn't :) It will be merged automatically.

--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6025
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6025] documentation of xml.dom.minidom.parse signature is wrong

2009-05-14 Thread Philipp Hagemeister

New submission from Philipp Hagemeister phi...@phihag.de:

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.

--
assignee: georg.brandl
components: Documentation, XML
files: xml-minidom-parse-signature-doc.diff
keywords: patch
messages: 87781
nosy: georg.brandl, phihag
severity: normal
status: open
title: documentation of xml.dom.minidom.parse signature is wrong
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.0, Python 3.1, Python 3.2
Added file: 
http://bugs.python.org/file13987/xml-minidom-parse-signature-doc.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6025
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com