Issue #12943: python -m tokenize support has been added to tokenize.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7432f59..fdbb5a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2520,6 +2520,8 @@
 Library
 -------
 
+- Issue #12943: python -m tokenize support has been added to tokenize.
+
 - Issue #10465: fix broken delegating of attributes by gzip._PaddedFile.
 
 - Issue #10356: Decimal.__hash__(-1) should return -2.