[Python-checkins] cpython: fix trailing whitespace
eli.bendersky
python-checkins at python.org
Fri Mar 16 14:33:50 CET 2012
http://hg.python.org/cpython/rev/b13992c7baa7
changeset: 75736:b13992c7baa7
user: Eli Bendersky <eliben at gmail.com>
date: Fri Mar 16 15:32:04 2012 +0200
summary:
fix trailing whitespace
files:
Lib/test/test_xml_etree.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/test/test_xml_etree.py b/Lib/test/test_xml_etree.py
--- a/Lib/test/test_xml_etree.py
+++ b/Lib/test/test_xml_etree.py
@@ -1907,7 +1907,7 @@
# XXX in _elementtree, the constructor of TreeBuilder expects no
# arguments
- @unittest.expectedFailure
+ @unittest.expectedFailure
def test_element_factory(self):
tb = ET.TreeBuilder(element_factory=lambda: ET.Element())
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list