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 flox
Recipients Nekmo, flox, jcea
Date 2011-11-11.00:23:32
SpamBayes Score 0.1082916
Marked as misclassified No
Message-id <1320971013.93.0.149071174512.issue13378@psf.upfronthosting.co.za>
In-reply-to
Content
This patch proposes an implementation of the feature.


>>> from xml.etree import ElementTree as ET
>>> ET.tostring(ET.Element('{http://localhost/house}iq'), encoding="unicode", namespaces={'http://localhost/house': 'home'})
'<home:iq xmlns:home="http://localhost/house" />'
History
Date User Action Args
2011-11-11 00:23:34floxsetrecipients: + flox, jcea, Nekmo
2011-11-11 00:23:33floxsetmessageid: <1320971013.93.0.149071174512.issue13378@psf.upfronthosting.co.za>
2011-11-11 00:23:33floxlinkissue13378 messages
2011-11-11 00:23:33floxcreate