commit | 14c0f03b587e3ec9679cf19a0c5f598c45157429 | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Fri Oct 07 08:53:38 2011 -0500 |
committer | Meador Inge <meadori@gmail.com> | Fri Oct 07 08:53:38 2011 -0500 |
tree | fb1c01a0286a8be2b17c240b3967a0742a20a038 | |
parent | 1d972ad12abcac25bd7ce3482867794745b38f8a [diff] [blame] |
Issue #12943: python -m tokenize support has been added to tokenize.
diff --git a/Misc/NEWS b/Misc/NEWS index 7432f59..fdbb5a1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -2520,6 +2520,8 @@ Library ------- +- Issue #12943: python -m tokenize support has been added to tokenize. + - Issue #10465: fix broken delegating of attributes by gzip._PaddedFile. - Issue #10356: Decimal.__hash__(-1) should return -2.