diff options
author | Meador Inge <meadori@gmail.com> | 2011-10-07 13:53:38 (GMT) |
---|---|---|
committer | Meador Inge <meadori@gmail.com> | 2011-10-07 13:53:38 (GMT) |
commit | 14c0f03b587e3ec9679cf19a0c5f598c45157429 (patch) | |
tree | fb1c01a0286a8be2b17c240b3967a0742a20a038 /Misc/NEWS | |
parent | 1d972ad12abcac25bd7ce3482867794745b38f8a (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |