From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20326 invoked by alias); 2 Sep 2014 14:37:24 -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 20314 invoked by uid 89); 2 Sep 2014 14:37:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 02 Sep 2014 14:37:22 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CFCDC1162E0; Tue, 2 Sep 2014 10:37:20 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ITXLen7QDjTS; Tue, 2 Sep 2014 10:37:20 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A4A831162BD; Tue, 2 Sep 2014 10:37:20 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 347D247599; Tue, 2 Sep 2014 16:37:22 +0200 (CEST) Date: Tue, 02 Sep 2014 14:37:00 -0000 From: Joel Brobecker To: Siva Chandra Cc: Doug Evans , gdb-patches Subject: Re: [PATCH v2] Fix xmethod Python so that it works with Python 3 Message-ID: <20140902143722.GB5026@adacore.com> References: <21485.14738.947462.758709@ruffy.mtv.corp.google.com> <20140901063047.GA5026@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-09/txt/msg00055.txt.bz2 > > Yes. Pleasae make sure to update the branch's wiki as well > > (section "Fixes in 7.8.1" - you might need to create a PR for that). > > Pushed to the branch. For editing the wiki, does my account need some > special permissions? My username is "SivaChandraReddy". Yes, you need to be part of the EditorGroup. I've just added you, so you should be able to edit the wiki now. -- Joel