]> granicus.if.org Git - python/commit
Differentiate between NEWLINE token (an official newline) and NL token
authorGuido van Rossum <guido@python.org>
Fri, 3 Apr 1998 16:05:38 +0000 (16:05 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 3 Apr 1998 16:05:38 +0000 (16:05 +0000)
commita90c78b9186f5ba8d91d3be0e684f81f2068c771
tree1ed93d751e73961c72bfacb38a8fd85458d908fc
parentfbe63de37decd3e54d349e83b3e9100842013730
Differentiate between NEWLINE token (an official newline) and NL token
(a newline that the grammar ignores).
Lib/tokenize.py