Skip to content

Commit 1c11d88

Browse files
committed
add a remark to some code that needs cleanup when we integrate the inputstream
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40107
1 parent a4deecc commit 1c11d88

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tokenizer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,8 @@ def closeTagOpenState(self):
421421
# start tag which also happens to be the currentToken. We also need
422422
# to have the character directly after the characters that could
423423
# match the start tag name.
424+
425+
# XXX what if we hit EOF!!!
424426
for x in xrange(len(self.currentToken.name)+1):
425427
charStack.append(self.consumeChar())
426428

0 commit comments

Comments
 (0)