cpython/Misc/NEWS.d/next/Library/2018-06-24-01-57-14.bpo-338...

4 lines
206 B
ReStructuredText

Tokenize module now implicitly emits a NEWLINE when provided with input that
does not have a trailing new line. This behavior now matches what the C
tokenizer does internally. Contributed by Ammar Askar.