handle names starting with non-ascii characters correctly #9712
diff --git a/Misc/NEWS b/Misc/NEWS
index 01625f2..574cf1c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- Issue #9712: Fix tokenize on identifiers that start with non-ascii names.
+
 - Issue #9688: __basicsize__ and __itemsize__ must be accessed as Py_ssize_t.
 
 - Issue #9684: Added a definition for SIZEOF_WCHAR_T to PC/pyconfig.h,