Issue #2134: Clarify token.OP handling rationale in tokenize documentation.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0233823..2193af0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -495,6 +495,9 @@
 Documentation
 -------------
 
+- Issue #2134: The tokenize documentation has been clarified to explain why
+  all operator and delimiter tokens are treated as token.OP tokens.
+
 - Issue #13513: Fix io.IOBase documentation to correctly link to the
   io.IOBase.readline method instead of the readline module.