This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 2/3] Fix Python help() test for Python 3
- From: Simon Marchi <simon dot marchi at ericsson dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: <gdb-patches at sourceware dot org>, <simon dot marchi at polymtl dot ca>
- Date: Mon, 1 Dec 2014 08:08:45 -0500
- Subject: Re: [PATCH 2/3] Fix Python help() test for Python 3
- Authentication-results: sourceware.org; auth=none
- References: <1416976561-1927-1-git-send-email-simon dot marchi at ericsson dot com> <1416976561-1927-2-git-send-email-simon dot marchi at ericsson dot com> <20141127084744 dot GF5042 at adacore dot com> <54789B4D dot 2090204 at ericsson dot com> <20141129114237 dot GO5042 at adacore dot com>
On 2014-11-29 06:42 AM, Joel Brobecker wrote:
>> Sure, it's really not a life or death issue. Let's go with this then?
>>
>> >From 5deccafc1d5713d77fbc78c65711d6f6a6f87892 Mon Sep 17 00:00:00 2001
>> From: Simon Marchi <simon.marchi@ericsson.com>
>> Date: Tue, 25 Nov 2014 22:56:12 -0500
>> Subject: [PATCH] Fix Python help() test for Python 3
>>
>> The message displayed when using help() changed a bit with time, so this
>> adjusts the test accordingly.
>>
>> gdb/testsuite/ChangeLog:
>>
>> * gdb.python/python.exp: Change expected reply to help().
>
> Great! This is OK.
>
> Thank you,
Pushed!