diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-21 13:55:23 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-21 13:55:23 (GMT) |
commit | e7ed1d7f6808fc325154bd5e07de30e2a6a5b1bf (patch) | |
tree | 229d3407471750aab411734b00e0f8f41e35d063 /Misc | |
parent | 67df3a4b7eb67f8c7d7631ba2d0704fe9210d98c (diff) | |
download | cpython-e7ed1d7f6808fc325154bd5e07de30e2a6a5b1bf.zip cpython-e7ed1d7f6808fc325154bd5e07de30e2a6a5b1bf.tar.gz cpython-e7ed1d7f6808fc325154bd5e07de30e2a6a5b1bf.tar.bz2 |
Update NEWS file accoding to my last patch (r80311 about gdb)
Move test_gdb issues to the Tests section.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |