From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B1DDE13888F for ; Fri, 30 Oct 2015 05:24:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C668E0818; Fri, 30 Oct 2015 05:24:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D416BE07F9 for ; Fri, 30 Oct 2015 05:24:36 +0000 (UTC) Received: from [192.168.0.13] (ip174-67-193-3.oc.oc.cox.net [174.67.193.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id 0739D34084A for ; Fri, 30 Oct 2015 05:24:35 +0000 (UTC) Subject: Re: [gentoo-portage-dev] [PATCH 2/2] _argparse: punt the module To: gentoo-portage-dev@lists.gentoo.org References: <1446177436-28621-1-git-send-email-vapier@gentoo.org> <1446177436-28621-2-git-send-email-vapier@gentoo.org> From: Zac Medico Message-ID: <5632FF11.805@gentoo.org> Date: Thu, 29 Oct 2015 22:24:33 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <1446177436-28621-2-git-send-email-vapier@gentoo.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Archives-Salt: 127c08ac-40ee-4130-b641-c89cc8a23b05 X-Archives-Hash: c2cfafecd82453eaefb84ba40a5c9b14 On 10/29/2015 08:57 PM, Mike Frysinger wrote: > Since we don't support python 2.6 anymore, there's no need to wrap > argparse, so switch all the users to the standard library for it. Both patches look good. -- Thanks, Zac