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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ab7cba924155d1ca49f972b2ded16d44c161e2a;p=python whitespace --- diff --git a/Lib/tokenize.py b/Lib/tokenize.py index 54441ce867..a16d475c0e 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]