Message147415
| 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:34 | flox | set | recipients: + flox, jcea, Nekmo |
| 2011-11-11 00:23:33 | flox | set | messageid: <1320971013.93.0.149071174512.issue13378@psf.upfronthosting.co.za> |
| 2011-11-11 00:23:33 | flox | link | issue13378 messages |
| 2011-11-11 00:23:33 | flox | create | |