[Python-checkins] cpython (2.7): whitespace

terry.reedy python-checkins at python.org
Tue Feb 18 05:17:27 CET 2014


http://hg.python.org/cpython/rev/465d81c1b2fc
changeset: 89243:465d81c1b2fc
branch: 2.7
parent: 89240:c2517a37c13a
user: Terry Jan Reedy <tjreedy at udel.edu>
date: Mon Feb 17 23:16:26 2014 -0500
summary:
 whitespace
files:
 Lib/tokenize.py | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/tokenize.py b/Lib/tokenize.py
--- a/Lib/tokenize.py
+++ b/Lib/tokenize.py
@@ -212,7 +212,7 @@
 toks_append = self.tokens.append
 startline = token[0] in (NEWLINE, NL)
 prevstring = False
- 
+
 for tok in chain([token], iterable):
 toknum, tokval = tok[:2]
 
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /