commit | 00c7f85298b9803371b4a0019ce8732ed8a2dd3b | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Thu Jan 19 00:44:45 2012 -0600 |
committer | Meador Inge <meadori@gmail.com> | Thu Jan 19 00:44:45 2012 -0600 |
tree | abe8b6c7ba263370c515b3d307122b1b2cc2e6b7 | |
parent | 3f67ec1afd9103211854037f2b269ff46545ffe3 [diff] [blame] |
Issue #2134: Add support for tokenize.TokenInfo.exact_type.
diff --git a/Misc/NEWS b/Misc/NEWS index 2d70565..d7daba4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -450,6 +450,9 @@ Library ------- +- Issue #2134: A new attribute that specifies the exact type of token.OP + tokens has been added to tokenize.TokenInfo. + - Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry.