commit | a92e81bf48307b2b8ebbfc4d7ddcc55034514d92 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Apr 20 22:28:31 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Apr 20 22:28:31 2010 +0000 |
tree | d28c85bf197a00401bf30fb0d6a87924d34d172d | |
parent | e593fad81b0cc16c98c61ae0e162cff6dbca0f25 [diff] [blame] |
Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm
diff --git a/Misc/NEWS b/Misc/NEWS index 9eecb10..d03a475 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -20,6 +20,8 @@ Library ------- +- Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm + - Issue #4814: timeout parameter is now applied also for connections resulting from PORT/EPRT commands.