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 cmn
Recipients cmn
Date 2012-05-15.19:43:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337111017.73.0.312411341121.issue14818@psf.upfronthosting.co.za>
In-reply-to
Content
The C implementation of ElementTree which is the default by python3.3 [1] does not accept the namespaces keyword for Element/ElementTree.find(all|iter|...) and maybe others.


[1] http://bugs.python.org/issue13988
History
Date User Action Args
2012-05-15 19:43:37cmnsetrecipients: + cmn
2012-05-15 19:43:37cmnsetmessageid: <1337111017.73.0.312411341121.issue14818@psf.upfronthosting.co.za>
2012-05-15 19:43:37cmnlinkissue14818 messages
2012-05-15 19:43:37cmncreate