[Python-checkins] cpython: fixed whitespace
alexander.belopolsky
python-checkins at python.org
Sat Jun 23 03:11:04 CEST 2012
http://hg.python.org/cpython/rev/48a073385660
changeset: 77604:48a073385660
user: Alexander Belopolsky <alexander.belopolsky at gmail.com>
date: Fri Jun 22 21:10:50 2012 -0400
summary:
fixed whitespace
files:
Lib/test/test_imaplib.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/test/test_imaplib.py b/Lib/test/test_imaplib.py
--- a/Lib/test/test_imaplib.py
+++ b/Lib/test/test_imaplib.py
@@ -49,7 +49,7 @@
return [2000000000, 2000000000.0, time.localtime(2000000000),
(2033, 5, 18, 5, 33, 20, -1, -1, -1),
(2033, 5, 18, 5, 33, 20, -1, -1, 1),
- datetime.fromtimestamp(2000000000,
+ datetime.fromtimestamp(2000000000,
timezone(timedelta(0, 2*60*60))),
'"18-May-2033 05:33:20 +0200"']
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list