Skip to content

Commit ba5843d

Browse files
committed
address review: news
1 parent f4dd644 commit ba5843d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Doc/whatsnew/3.16.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,13 @@ symtable
461461
(Contributed by Serhiy Storchaka in :gh:`153844`.)
462462

463463

464+
tokenize
465+
--------
466+
467+
* Invalid token ``<>`` excluded from :mod:`tokenize` output.
468+
(Contributed by Sergey B Kirpichev in :gh:`151464`.)
469+
470+
464471
tkinter
465472
-------
466473

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Exclude invalid token ``<>`` from :mod:`tokenize` output.
1+
Exclude invalid token ``<>`` from :mod:`tokenize` output. :exc:`SyntaxError`
2+
for ``<>`` now suggests ``!=``.

0 commit comments

Comments
 (0)