Author: Brian Kearns <[email protected]>
Branch: 
Changeset: r62070:366bed7a8e6e
Date: 2013-03-05 06:47 -0500
http://bitbucket.org/pypy/pypy/changeset/366bed7a8e6e/

Log:    spacing for readability

diff --git a/pypy/module/test_lib_pypy/test_datetime.py 
b/pypy/module/test_lib_pypy/test_datetime.py
--- a/pypy/module/test_lib_pypy/test_datetime.py
+++ b/pypy/module/test_lib_pypy/test_datetime.py
@@ -121,8 +121,11 @@
         def __int__(self):
             return self.value
 
-    for xx in [10L, decimal.Decimal(10), decimal.Decimal('10.9'),
-                    Number(10), Number(10L)]:
+    for xx in [10L,
+               decimal.Decimal(10),
+               decimal.Decimal('10.9'),
+               Number(10),
+               Number(10L)]:
         assert datetime.datetime(10, 10, 10, 10, 10, 10, 10) == \
                datetime.datetime(xx, xx, xx, xx, xx, xx, xx)
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to