From: Terry Jan Reedy Date: Tue, 18 Feb 2014 04:16:26 +0000 (-0500) Subject: whitespace X-Git-Tag: v2.7.7rc1~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ab7cba924155d1ca49f972b2ded16d44c161e2a;p=thirdparty%2FPython%2Fcpython.git whitespace --- diff --git a/Lib/tokenize.py b/Lib/tokenize.py index 54441ce86778..a16d475c0ebc 100644 --- a/Lib/tokenize.py +++ b/Lib/tokenize.py @@ -212,7 +212,7 @@ class Untokenizer: toks_append = self.tokens.append startline = token[0] in (NEWLINE, NL) prevstring = False - + for tok in chain([token], iterable): toknum, tokval = tok[:2]