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.

Author beaumartinez
Recipients beaumartinez
Date 2010-02-13.17:39:14
SpamBayes Score 0.016568866
Marked as misclassified No
Message-id <1266082815.24.0.416556669247.issue7925@psf.upfronthosting.co.za>
In-reply-to
Content
When calling toprettyxml() from minidom.py, I get a TypeError stating that writexml() takes at most five positional arguments, but six are being passed.
History
Date User Action Args
2010-02-13 17:40:15beaumartinezsetrecipients: + beaumartinez
2010-02-13 17:40:15beaumartinezsetmessageid: <1266082815.24.0.416556669247.issue7925@psf.upfronthosting.co.za>
2010-02-13 17:39:15beaumartinezlinkissue7925 messages
2010-02-13 17:39:14beaumartinezcreate