From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31024 invoked by alias); 15 Dec 2011 18:45:52 -0000 Received: (qmail 31014 invoked by uid 22791); 15 Dec 2011 18:45:51 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SORBS_WEB,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Dec 2011 18:45:36 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LW900I00DC6Z500@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Thu, 15 Dec 2011 20:45:34 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.54.125]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LW900ICTDFWYH40@a-mtaout23.012.net.il>; Thu, 15 Dec 2011 20:45:33 +0200 (IST) Date: Thu, 15 Dec 2011 21:27:00 -0000 From: Eli Zaretskii Subject: Re: [python] [patch] PR python/13329 In-reply-to: To: pmuldoon@redhat.com Cc: tromey@redhat.com, gdb-patches@sourceware.org, eli@gnu.org Reply-to: Eli Zaretskii Message-id: <83y5ud1xo0.fsf@gnu.org> References: 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: 2011-12/txt/msg00507.txt.bz2 > From: Phil Muldoon > Cc: gdb-patches@sourceware.org, eli@gnu.org > Date: Thu, 15 Dec 2011 17:42:44 +0000 > > I updated the patch. This patch removes the "maint" command entirely. > > Needs a doc/code review. The documentation part is okay. Thanks.