changeset: 76785:2e71f25912d4 user: Vinay Sajip date: Sun May 06 11:28:46 2012 +0100 files: Lib/test/test_faulthandler.py description: Closes #14729: Allowed test to pass on Windows by adjusting the test condition slightly to allow for a Windows-specific error message. diff -r a262ad6536fc -r 2e71f25912d4 Lib/test/test_faulthandler.py --- a/Lib/test/test_faulthandler.py Sun May 06 12:06:24 2012 +0200 +++ b/Lib/test/test_faulthandler.py Sun May 06 11:28:46 2012 +0100 @@ -92,7 +92,7 @@ ^Fatal Python error: {name} {header}: - File "", line {lineno} in $ + File "", line {lineno} in """.strip() regex = regex.format( lineno=line_number,

AltStyle によって変換されたページ (->オリジナル) /