We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797cfbd commit 9a04762Copy full SHA for 9a04762
1 file changed
Doc/whatsnew/3.6.rst
@@ -2433,3 +2433,8 @@ Notable changes in Python 3.6.7
2433
2434
:mod:`xml.dom.minidom` and mod:`xml.sax` modules no longer process
2435
external entities by default. See also :issue:`17239`.
2436
+
2437
+In 3.6.7 the :mod:`tokenize` module now implicitly emits a ``NEWLINE`` token
2438
+when provided with input that does not have a trailing new line. This behavior
2439
+now matches what the C tokenizer does internally.
2440
+(Contributed by Ammar Askar in :issue:`33899`.)
0 commit comments