From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16599 invoked by alias); 2 Sep 2014 13:23:00 -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 16579 invoked by uid 89); 2 Sep 2014 13:22:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f182.google.com Received: from mail-ob0-f182.google.com (HELO mail-ob0-f182.google.com) (209.85.214.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 02 Sep 2014 13:22:58 +0000 Received: by mail-ob0-f182.google.com with SMTP id va2so4903148obc.27 for ; Tue, 02 Sep 2014 06:22:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=h7Huph8mQCsgCXqWPTKtfb12fHmTWv7M6U9P0vUQUGc=; b=V0BeACbil956eWTzJ7tXFYiplk4/6SUwAVmo5RuE5qm3cjZyp0dVatSkc6YYff1arX h0S0HeqZa3+pbbcp0TW8CeJXfpSrnstd0YGx94M7wsEhLdz2ZvMPKQ1uY1UgZNjx9BwK WsHTcIuMA5IVJTK0+8ZAp/5zb15WetV0Bb//zoex0u1Ef9yVZ6aGAo/GQHFaTyn3+of9 lA2y5RAjERPvfPlQCBLdDv0ztIB4F2+sX5Pj4dQsjSmYee3pUSxsd13HAmOL8nZtce5K aMyucbVPmpIBJn8DT1uwKtuEzzzUPvkwQwA4hnZkm9kUbznQAjsnyCLXbdAwra3x4elZ fhkw== X-Gm-Message-State: ALoCoQm3Km/8W1k4txdI8Hq3L73xpUWNo397CScXUePOoSOvTYZy9GD0KE9cP/DhlIwVDgOwJ7Iu MIME-Version: 1.0 X-Received: by 10.182.52.165 with SMTP id u5mr31683503obo.30.1409664176403; Tue, 02 Sep 2014 06:22:56 -0700 (PDT) Received: by 10.202.225.135 with HTTP; Tue, 2 Sep 2014 06:22:56 -0700 (PDT) In-Reply-To: <20140901063047.GA5026@adacore.com> References: <21485.14738.947462.758709@ruffy.mtv.corp.google.com> <20140901063047.GA5026@adacore.com> Date: Tue, 02 Sep 2014 13:23:00 -0000 Message-ID: Subject: Re: [PATCH v2] Fix xmethod Python so that it works with Python 3 From: Siva Chandra To: Joel Brobecker Cc: Doug Evans , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00048.txt.bz2 On Sun, Aug 31, 2014 at 11:30 PM, Joel Brobecker wrote: >> > Pushed 940df408121be31beed22ef7a5ad133cb1592726. >> >> Missed asking: OK for 7.8 branch? > > 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". Thanks, Siva Chandra