Show More
@@ -217,10 +217,10 class Parser: | |||
|
217 | 217 | newpos = self.lines[srow] + scol |
|
218 | 218 | self.pos = newpos + len(toktext) |
|
219 | 219 | |
|
220 | # handle newlines | |
|
221 |
if |
|
|
222 | owrite(linesep) | |
|
223 | return | |
|
220 | # handle newlines | |
|
221 | #if toktype in [token.NEWLINE, tokenize.NL]: | |
|
222 | # owrite(linesep) | |
|
223 | # return | |
|
224 | 224 | |
|
225 | 225 | # send the original whitespace, if needed |
|
226 | 226 | if newpos > oldpos: |
General Comments 0
You need to be logged in to leave comments.
Login now