]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a test that makes sure TreeBuilder can be passed element_factory in the
authorEli Bendersky <eliben@gmail.com>
Fri, 16 Mar 2012 13:29:50 +0000 (15:29 +0200)
committerEli Bendersky <eliben@gmail.com>
Fri, 16 Mar 2012 13:29:50 +0000 (15:29 +0200)
commit2b711409c7fe8223aebf23dd4da2b6d0aaf5c339
tree02cfb5d1fd73ec3a9ac7045f26237f6f864e7118
parent68ca5a6bcc5712eaebbdf40a7ff3ea49f8654c34
Add a test that makes sure TreeBuilder can be passed element_factory in the
constructor. Marked as expectedFailure since it currently fails for the C
implementation.
Lib/test/test_xml_etree.py