]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test for xml.etree when using a non-ascii path. And use check_warnings instead...
authorFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 31 Mar 2010 21:21:54 +0000 (21:21 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 31 Mar 2010 21:21:54 +0000 (21:21 +0000)
commit26cc99da2a350f3093c9d7055794daef2034e2a4
treeee127e7cde89d971b3313aa9250ca0aaf1458667
parentf7f2d6f51e8ea429b9db44eed0dcc6a4e22708df
Fix test for xml.etree when using a non-ascii path.  And use check_warnings instead of catch_warnings.
Lib/test/test_xml_etree.py