summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-04-23 20:33:55 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-04-23 20:33:55 (GMT)
commit534db4e19f4d03e4bf85520bd44e0bf90fb38ae3 (patch)
tree505fe7e1705e7f1181a1b425bd3a9904bf44bea1 /Misc
parent4d078046605a53e061aedfb2694baade6d3f5483 (diff)
downloadcpython-534db4e19f4d03e4bf85520bd44e0bf90fb38ae3.zip
cpython-534db4e19f4d03e4bf85520bd44e0bf90fb38ae3.tar.gz
cpython-534db4e19f4d03e4bf85520bd44e0bf90fb38ae3.tar.bz2
Issue #8495: test_gdb uses replace error handler when decoding utf8 output
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 34cb5bd..128f305 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1142,8 +1142,8 @@ Tests
- Issue #8108: test_ftplib's non-blocking SSL server now has proper handling
of SSL shutdowns.
-- Issues #8279, #8330, #8437, #8480: Fix test_gdb failures, patch written by
- Dave Malcolm
+- Issues #8279, #8330, #8437, #8480, #8495: Fix test_gdb failures, patch
+ written by Dave Malcolm
- Issue #3864: Skip three test_signal tests on freebsd6 because they fail
if any thread was previously started, most likely due to a platform bug.