summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-30 07:33:17 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-30 07:33:17 (GMT)
commiteb51faadbe278fbc970c65ba27015b37b7e42c8d (patch)
tree7fa29c28b95a165bc6d291f4a508a27f88361ee0 /Misc
parent457509826ec0ed9c593c46d122e910f5cae36e58 (diff)
downloadcpython-eb51faadbe278fbc970c65ba27015b37b7e42c8d.zip
cpython-eb51faadbe278fbc970c65ba27015b37b7e42c8d.tar.gz
cpython-eb51faadbe278fbc970c65ba27015b37b7e42c8d.tar.bz2
Issue #27418: Fixed Tools/importbench/importbench.py.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2356984..330d170 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,11 @@ C API
- Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
an iterable of integers. Now only strings and bytes-like objects are accepted.
+Tools/Demos
+-----------
+
+- Issue #27418: Fixed Tools/importbench/importbench.py.
+
What's New in Python 3.5.2?
===========================