summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-06-28 14:23:11 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2015-06-28 14:23:11 (GMT)
commit80c29ac1ea1b3968a91d3328fab02084c59ca0e4 (patch)
tree65a80b757daf57eec3482317d235358735d86df9 /Misc
parent101ff3541cbe5bd9549722dc53c28d6c21b9389c (diff)
parentd1d628d552128d73d8876d9af9d6f6ef0ec22857 (diff)
downloadcpython-80c29ac1ea1b3968a91d3328fab02084c59ca0e4.zip
cpython-80c29ac1ea1b3968a91d3328fab02084c59ca0e4.tar.gz
cpython-80c29ac1ea1b3968a91d3328fab02084c59ca0e4.tar.bz2
Issue #20387: Merge patch and test
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 02b129a..f2539d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Core and Builtins
Library
-------
+- Issue #20387: Restore semantic round-trip correctness in tokenize/untokenize
+ for tab-indented blocks.
+
- Issue #24336: The contextmanager decorator now works with functions with
keyword arguments called "func" and "self". Patch by Martin Panter.