summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2011-10-07 13:53:38 (GMT)
committerMeador Inge <meadori@gmail.com>2011-10-07 13:53:38 (GMT)
commit14c0f03b587e3ec9679cf19a0c5f598c45157429 (patch)
treefb1c01a0286a8be2b17c240b3967a0742a20a038 /Misc/NEWS
parent1d972ad12abcac25bd7ce3482867794745b38f8a (diff)
downloadcpython-14c0f03b587e3ec9679cf19a0c5f598c45157429.zip
cpython-14c0f03b587e3ec9679cf19a0c5f598c45157429.tar.gz
cpython-14c0f03b587e3ec9679cf19a0c5f598c45157429.tar.bz2
Issue #12943: python -m tokenize support has been added to tokenize.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7432f59..fdbb5a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2520,6 +2520,8 @@ Core and Builtins
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.