summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-01 08:07:49 (GMT)
committerGeorg Brandl <georg@python.org>2010-08-01 08:07:49 (GMT)
commitf325e03f4859c5414c054ad56a1a5f10bb1c3c4f (patch)
treedf233fc8aa93efc18fbface34ac492926a43caa9 /Misc/NEWS
parentf02e7367ebb24d7f3aadb4693697fc85be258507 (diff)
downloadcpython-f325e03f4859c5414c054ad56a1a5f10bb1c3c4f.zip
cpython-f325e03f4859c5414c054ad56a1a5f10bb1c3c4f.tar.gz
cpython-f325e03f4859c5414c054ad56a1a5f10bb1c3c4f.tar.bz2
#8230: make Lib/test/sortperf.py run on Python 3.
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 fd47e96..23cc3eb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins
Library
-------
+- Issue #8230: Fix Lib/test/sortperf.py.
+
- Issue #8620: when a Cmd is fed input that reaches EOF without a final
newline, it no longer truncates the last character of the last command line.