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 r.david.murray
Recipients brianvanderburg2, docs@python, r.david.murray, scoder, serhiy.storchaka, upendra-k14
Date 2015-12-31.14:58:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451573882.73.0.231600368989.issue18911@psf.upfronthosting.co.za>
In-reply-to
Content
It means a function defined in the module namespace, as opposed to as a method on a class, so that 'from xml.dom.minidom import <somefunction>' will get you that function.

This issue should be for documentation of the problem, since we won't add the function to 2.7.  A new issue should be opened for the enhancement request of adding a module level convenience function for writing a dom out to a binary file.
History
Date User Action Args
2015-12-31 14:58:02r.david.murraysetrecipients: + r.david.murray, scoder, docs@python, serhiy.storchaka, brianvanderburg2, upendra-k14
2015-12-31 14:58:02r.david.murraysetmessageid: <1451573882.73.0.231600368989.issue18911@psf.upfronthosting.co.za>
2015-12-31 14:58:02r.david.murraylinkissue18911 messages
2015-12-31 14:58:02r.david.murraycreate