commit | da747c3d977d2c90e9877be7264adf7516bbf599 | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Thu Jan 19 00:17:44 2012 -0600 |
committer | Meador Inge <meadori@gmail.com> | Thu Jan 19 00:17:44 2012 -0600 |
tree | be96d20d24ab2c05e5ed68da0363738f847e32a2 | |
parent | d7664dee0c35c01e71fc0ea65d0b7547dfb0212a [diff] [blame] |
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.