http://hg.python.org/cpython/rev/45f100e627f0 changeset: 68583:45f100e627f0 parent: 68582:36202463a9d0 parent: 68580:bbfc6a6ca017 user: Raymond Hettinger <python at rcn.com> date: Tue Mar 15 18:21:00 2011 -0700 summary: Merge files: diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py @@ -127,6 +127,9 @@ " inferior's thread library, thread debugging will" " not be available.\n", '') + err = err.replace("warning: Cannot initialize thread debugging" + " library: Debugger service failed\n", + '') # Ensure no unexpected error messages: self.assertEqual(err, '') -- Repository URL: http://hg.python.org/cpython