From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHCte-0006LG-5T for qemu-devel@nongnu.org; Thu, 07 Jan 2016 10:54:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHCta-0007Ju-Sj for qemu-devel@nongnu.org; Thu, 07 Jan 2016 10:54:42 -0500 Received: from e06smtp05.uk.ibm.com ([195.75.94.101]:36393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHCta-0007Jo-JN for qemu-devel@nongnu.org; Thu, 07 Jan 2016 10:54:38 -0500 Received: from localhost by e06smtp05.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 7 Jan 2016 15:54:36 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 741C91B0804B for ; Thu, 7 Jan 2016 15:55:15 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u07FsXWe4719040 for ; Thu, 7 Jan 2016 15:54:33 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u07FsX8X006111 for ; Thu, 7 Jan 2016 08:54:33 -0700 References: <1449749584-23214-1-git-send-email-frankja@linux.vnet.ibm.com> <1449749584-23214-30-git-send-email-frankja@linux.vnet.ibm.com> <568E872F.3010300@redhat.com> From: Janosch Frank Message-ID: <568E8A38.8090201@linux.vnet.ibm.com> Date: Thu, 7 Jan 2016 16:54:32 +0100 MIME-Version: 1.0 In-Reply-To: <568E872F.3010300@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 29/34] scripts/kvm/kvm_stat: Move to argparse and add description List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: cornelia.huck@de.ibm.com On 01/07/2016 04:41 PM, Paolo Bonzini wrote: > > > On 10/12/2015 13:12, Janosch Frank wrote: >> The OptionParser is deprecated since the introduction of the >> ArgumentParser in 2.7. >> >> Additionally added a description text for the script, so new users >> don't have to guess its purpose and inner workings. > > QEMU still supports 2.6, so this cannot be done. > > Paolo > I guess you don't want to have the dependency on the python-argparse package which is provided down to 2.3?