[Python-checkins] cpython (merge 3.3 -> default): normalize whitespace

eli.bendersky python-checkins at python.org
Thu Jan 10 15:07:38 CET 2013


http://hg.python.org/cpython/rev/b2ccb6c98b6f
changeset:   81362:b2ccb6c98b6f
parent:      81360:4c268b7c86e6
parent:      81361:fe4f334056bd
user:        Eli Bendersky <eliben at gmail.com>
date:        Thu Jan 10 06:07:14 2013 -0800
summary:
  normalize 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
@@ -27,7 +27,7 @@
 from test.support import TESTFN, findfile, unlink, import_fresh_module, gc_collect
 
 # pyET is the pure-Python implementation.
-# 
+#
 # ET is pyET in test_xml_etree and is the C accelerated version in
 # test_xml_etree_c.
 pyET = None

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list