From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14942 invoked by alias); 24 Nov 2010 11:30:46 -0000 Received: (qmail 14917 invoked by uid 22791); 24 Nov 2010 11:30:46 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_05,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 24 Nov 2010 11:30:41 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PLDYa-0002vo-M6; Wed, 24 Nov 2010 06:30:36 -0500 From: Eli Zaretskii To: pmuldoon@redhat.com CC: dje@google.com, gdb-patches@sourceware.org In-reply-to: (message from Phil Muldoon on Wed, 24 Nov 2010 10:09:49 +0000) Subject: Re: Python PR/12199 Reply-to: Eli Zaretskii References: Message-Id: Date: Wed, 24 Nov 2010 11:30:00 -0000 X-IsSubscribed: yes 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 X-SW-Source: 2010-11/txt/msg00389.txt.bz2 > From: Phil Muldoon > Cc: gdb-patches@sourceware.org, eliz@gnu.org > Reply-to: pmuldoon@redhat.com > Date: Wed, 24 Nov 2010 10:09:49 +0000 > > Doug Evans writes: > > > On Mon, Nov 15, 2010 at 9:27 AM, Phil Muldoon wrote: > >> > >> Hi, > >> > >> This patch allows users to delete a breakpoint from the Python API > >> (assuming that breakpoint type is tracked by the API). > >> > >> OK? > > > > Hi. > > This patch looks good to me. > > > > Oops I forgot about this one. Doco review ping. Perhaps in the future patches that introduce new features could have somewhat more descriptive Subject lines. ;-) This one tells me that some obscure Python related bug is being fixed. It is easy to skip such messages, especially when you are in a hurry. Sorry. Anyway, the doco patch is OK. Thanks.