From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109410 invoked by alias); 9 Feb 2018 09:26:05 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 109246 invoked by uid 89); 9 Feb 2018 09:25:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 09 Feb 2018 09:25:51 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ek4wE-0005yT-2e for gdb-patches@sourceware.org; Fri, 09 Feb 2018 04:25:50 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ek4wD-0005yI-Ux; Fri, 09 Feb 2018 04:25:45 -0500 Received: from [176.228.60.248] (port=1580 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ek4wC-0005KI-Dm; Fri, 09 Feb 2018 04:25:45 -0500 Date: Fri, 09 Feb 2018 09:26:00 -0000 Message-Id: <83inb64irf.fsf@gnu.org> From: Eli Zaretskii To: Joel Brobecker CC: pmuldoon@redhat.com, simon.marchi@polymtl.ca, gdb-patches@sourceware.org In-reply-to: <20180209043005.27nskmotl4z5g3ep@adacore.com> (message from Joel Brobecker on Fri, 9 Feb 2018 08:30:05 +0400) Subject: Re: [RFA/RFC] Clarify contents of NEWS entry re: Python "rbreak" (waa: "Re: [python][patch] Python rbreak") Reply-to: Eli Zaretskii References: <5e1ba7e3-5f6e-2478-30a5-7670ec7a9879@redhat.com> <3193f5c7a0c98c548722bb6c143f347e@polymtl.ca> <8ee8a4c0-4580-474f-a5aa-6f76a8d22960@redhat.com> <20180201094559.zfqwrjixo3iuc7f2@adacore.com> <83tvv0el4x.fsf@gnu.org> <20180201173211.5aodqcvnsdwc5xrq@adacore.com> <83h8r0efdn.fsf@gnu.org> <20180202031635.7fdgdxev24r6hb3i@adacore.com> <20180209043005.27nskmotl4z5g3ep@adacore.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00144.txt.bz2 > Date: Fri, 9 Feb 2018 08:30:05 +0400 > From: Joel Brobecker > Cc: pmuldoon@redhat.com, simon.marchi@polymtl.ca, > gdb-patches@sourceware.org > > > gdb/ChangeLog: > > > > * NEWS : Clarify that "rbreak" is a new > > Python function, rather than a new command. > > I don't think this patch was reviewed; do you think the patch is OK? The documentation part LGTM, thanks.