Message 104815 - Python tracker

Message104815

Author dmtr
Recipients dmtr, effbot, flox, scoder
Date 2010-05-03.04:38:33
SpamBayes Score 0.024259748
Marked as misclassified No
Message-id <1272861517.21.0.358341555704.issue8583@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that the argument name choice is poor. But it have already been made by whoever coded the EXPAT parser which cElementTree.XMLParser wraps. So there is not much room here.

As to 'proposed feature have to be used with great care by users' - this s already taken care of. If you look - cElementTree.XMLParser class is a rather obscure one. As I understand it is only being used by users requiring high performance xml parsing for large datasets (10GB - 10TB range) in data-mining applications.
History
Date User Action Args
2010-05-03 04:38:38dmtrsetrecipients: + dmtr, effbot, scoder, flox
2010-05-03 04:38:37dmtrsetmessageid: <1272861517.21.0.358341555704.issue8583@psf.upfronthosting.co.za>
2010-05-03 04:38:35dmtrlinkissue8583 messages
2010-05-03 04:38:34dmtrcreate