Message160976
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. |
|
Date |
User |
Action |
Args |
2012-05-17 16:19:09 | ezio.melotti | set | recipients:
+ ezio.melotti, Arfrever, eli.bendersky, cmn |
2012-05-17 16:19:09 | ezio.melotti | set | messageid: <1337271549.37.0.521956713534.issue14818@psf.upfronthosting.co.za> |
2012-05-17 16:19:08 | ezio.melotti | link | issue14818 messages |
2012-05-17 16:19:08 | ezio.melotti | create | |
|