1
0
forked from VimPlug/jedi

some tests survive the new interpreter module already

This commit is contained in:
Dave Halter
2014-01-22 15:17:50 +01:00
parent 9e063b1248
commit 7c105d27e0
5 changed files with 82 additions and 25 deletions

View File

@@ -632,7 +632,7 @@ class Parser(object):
else:
if token_type not in [tokenize.COMMENT, tokenize.INDENT,
tokenize.NEWLINE, tokenize.NL]:
debug.warning('token not classified', tok, token_type,
self.start_pos[0])
debug.warning('token not classified %s %s %s', tok,
token_type, self.start_pos[0])
continue
self.no_docstr = False