From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6501 invoked by alias); 27 Jun 2010 19:28:22 -0000 Received: (qmail 6493 invoked by uid 22791); 27 Jun 2010 19:28:22 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 Jun 2010 19:28:15 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L4O00400U01VP00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Sun, 27 Jun 2010 22:28:13 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.255.236]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L4O00KTCU30GNH0@a-mtaout20.012.net.il>; Sun, 27 Jun 2010 22:28:13 +0300 (IDT) Date: Sun, 27 Jun 2010 19:28:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/doco] Document the GDB python directory. In-reply-to: <1277662486-2260-1-git-send-email-brobecker@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org, brobecker@adacore.com Reply-to: Eli Zaretskii Message-id: <83zkygb7ef.fsf@gnu.org> References: <1277662486-2260-1-git-send-email-brobecker@adacore.com> 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-06/txt/msg00625.txt.bz2 > From: Joel Brobecker > Cc: Joel Brobecker > Date: Sun, 27 Jun 2010 11:14:46 -0700 > > 2010-06-27 Joel Brobecker > > * NEWS: Add entry announcing the python directory. > > 2010-06-27 Joel Brobecker > > * gdb.texinfo (Python): Document what the python directory is > and what its location is. > (Basic Python): Document the gdb.PYTHONDIR constant. > > OK to commit? Yes, but please add to the NEWS entry a pointer to the section in the manual where the details are. Thanks.