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 ezio.melotti
Recipients Arfrever, cmn, eli.bendersky, ezio.melotti
Date 2012-05-17.16:19:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337271549.37.0.521956713534.issue14818@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch adds support for keyword args to find, findtext, findall, and iterfind.  iter and itertext don't seem to accept a namespace argument.  The patch includes minimal tests.

The name I used for the kwargs are the same of the Python version.  The documentation uses different names, and extra args (like "namespaces") are not even documented.

I didn't have time yet to double-check if other functions needs to be updated and to add better tests that actually check for specific namespaces.
History
Date User Action Args
2012-05-17 16:19:09ezio.melottisetrecipients: + ezio.melotti, Arfrever, eli.bendersky, cmn
2012-05-17 16:19:09ezio.melottisetmessageid: <1337271549.37.0.521956713534.issue14818@psf.upfronthosting.co.za>
2012-05-17 16:19:08ezio.melottilinkissue14818 messages
2012-05-17 16:19:08ezio.melotticreate