commit | 972cfb9169bdf7fa6c9758a5c49659429c84b5a8 | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Thu Jan 19 00:22:22 2012 -0600 |
committer | Meador Inge <meadori@gmail.com> | Thu Jan 19 00:22:22 2012 -0600 |
tree | cc8ef7b23439501cf4504f93492e502dab7f6195 | |
parent | 1b468af7be7a2f0af7730c64402a38cc11413f51 [diff] [blame] |
Issue #2134: Clarify token.OP handling rationale in tokenize documentation.
diff --git a/Misc/NEWS b/Misc/NEWS index 7d8cb7b..ed6c1e0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -418,6 +418,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.