diff options
author | Georg Brandl <georg@python.org> | 2010-08-01 08:07:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-01 08:07:49 (GMT) |
commit | f325e03f4859c5414c054ad56a1a5f10bb1c3c4f (patch) | |
tree | df233fc8aa93efc18fbface34ac492926a43caa9 /Misc/NEWS | |
parent | f02e7367ebb24d7f3aadb4693697fc85be258507 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |