]> granicus.if.org Git - python/commitdiff
Update NEWS file accoding to my last patch (r80311 about gdb)
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 21 Apr 2010 13:55:23 +0000 (13:55 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 21 Apr 2010 13:55:23 +0000 (13:55 +0000)
Move test_gdb issues to the Tests section.

Misc/NEWS

index 56aa7763b7a8a48d5ab0b160959168a065536252..551e39d78384710c1191c685aad38dbef1c9ff88 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -318,8 +318,6 @@ C-API
 Library
 -------
 
-- Issues #8279, #8330, #8437: Fix test_gdb failures, patch written by Dave Malcolm
-
 - Issue #6547: Added the ignore_dangling_symlinks option to shutil.copytree.
 
 - Issue #1540112: Now allowing the choice of a copy function in 
@@ -1096,6 +1094,9 @@ Documentation
 Tests
 -----
 
+- Issues #8279, #8330, #8437, #8480: 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.