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: minidom: "TypeError: writexml() takes at most 5 positional arguments (6 given)"
Type: compile error Stage: test needed
Components: XML Versions: Python 3.1
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: beaumartinez, flox
Priority: normal Keywords:

Created on 2010-02-13 17:39 by beaumartinez, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg99323 - (view) Author: Beau (beaumartinez) Date: 2010-02-13 17:39
When calling toprettyxml() from minidom.py, I get a TypeError stating that writexml() takes at most five positional arguments, but six are being passed.
msg99332 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2010-02-13 20:45
Please provide some test data, and describe which behavior you expect.
History
Date User Action Args
2022-04-11 14:56:57adminsetgithub: 52173
2010-02-20 01:24:37floxsetstatus: pending -> closed
2010-02-13 20:45:55floxsetstatus: open -> pending

nosy: + flox
messages: + msg99332

components: + XML, - Library (Lib)
resolution: works for me
2010-02-13 18:47:38floxsetstage: needs patch -> test needed
2010-02-13 18:47:16floxsetpriority: normal
stage: needs patch
2010-02-13 17:39:15beaumartinezcreate