aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2018-08-03 00:26:45 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2018-08-03 00:26:45 +0530
commitd67d634bef4deda775b9e6ee74ed1807963caf35 (patch)
tree8bc96b9572a2d9e7f0c4f46cdd3e22f70507cb44 /ChangeLog
parent525691bde3b574c4a1800c510db0dd85a70fd9c5 (diff)
downloadglibc-d67d634bef4deda775b9e6ee74ed1807963caf35.tar.xz
glibc-d67d634bef4deda775b9e6ee74ed1807963caf35.zip
[benchtests] Fix compare_strings.py for python2
Python 2 does not have a FileNotFoundError so drop it in favour of simply printing out the last (and most informative) line of the exception. * benchtests/scripts/compare_strings.py: Import traceback. (parse_file): Pretty-print error.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f77569eaff..fd47bfe5d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2018-08-02 Siddhesh Poyarekar <siddhesh@sourceware.org>
+ * benchtests/scripts/compare_strings.py: Import traceback.
+ (parse_file): Pretty-print error.
+
* NEWS: Mention the change.
* elf/dl-tunables.list: Rename tune namespace to cpu.
* sysdeps/powerpc/dl-tunables.list: Likewise.