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, effbot, eli.bendersky, flox, jcea, scoder
Date 2012-07-08.10:27:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341743269.65.0.656313783527.issue13378@psf.upfronthosting.co.za>
In-reply-to
Content
Well, it fixes the behavior of ElementTree in some multi-threaded cases, provided you pass the namespace map as an argument of the serializer call.

The fix implements an optional argument for this use case.
As a side effect, it makes it easier to work with custom namespaces.

If the consensus is to wait for next version, I'm fine with that.
History
Date User Action Args
2012-07-08 10:27:49floxsetrecipients: + flox, effbot, jcea, scoder, eli.bendersky, Nekmo
2012-07-08 10:27:49floxsetmessageid: <1341743269.65.0.656313783527.issue13378@psf.upfronthosting.co.za>
2012-07-08 10:27:49floxlinkissue13378 messages
2012-07-08 10:27:48floxcreate