summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2012-01-19 06:17:44 (GMT)
committerMeador Inge <meadori@gmail.com>2012-01-19 06:17:44 (GMT)
commitda747c3d977d2c90e9877be7264adf7516bbf599 (patch)
treebe96d20d24ab2c05e5ed68da0363738f847e32a2 /Misc
parentd7664dee0c35c01e71fc0ea65d0b7547dfb0212a (diff)
downloadcpython-da747c3d977d2c90e9877be7264adf7516bbf599.zip
cpython-da747c3d977d2c90e9877be7264adf7516bbf599.tar.gz
cpython-da747c3d977d2c90e9877be7264adf7516bbf599.tar.bz2
Issue #2134: Clarify token.OP handling rationale in tokenize documentation.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0233823..2193af0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -495,6 +495,9 @@ Tests
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.