]> granicus.if.org Git - python/commit
The get() and iter() are now able to accept keyword arguments.
authorEli Bendersky <eliben@gmail.com>
Sat, 5 Jan 2013 14:26:39 +0000 (06:26 -0800)
committerEli Bendersky <eliben@gmail.com>
Sat, 5 Jan 2013 14:26:39 +0000 (06:26 -0800)
commita873690d2c027cdd1683a9b8fd013563f9b150c8
treec849c8cd6ec034bfbcca28a5199d509db38c9062
parent9f6a239cf1890602b752cf5acb0d010778bebc02
The get() and iter() are now able to accept keyword arguments.

In conformance with the documentation and the Python version.
Patch by Franck Michea.
Lib/test/test_xml_etree.py
Misc/ACKS
Modules/_elementtree.c