From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHCh3-0002fx-QO for qemu-devel@nongnu.org; Thu, 07 Jan 2016 10:41:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHCgz-00039c-QX for qemu-devel@nongnu.org; Thu, 07 Jan 2016 10:41:41 -0500 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:36710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHCgz-00039W-KF for qemu-devel@nongnu.org; Thu, 07 Jan 2016 10:41:37 -0500 Received: by mail-wm0-x234.google.com with SMTP id l65so101959299wmf.1 for ; Thu, 07 Jan 2016 07:41:37 -0800 (PST) Sender: Paolo Bonzini References: <1449749584-23214-1-git-send-email-frankja@linux.vnet.ibm.com> <1449749584-23214-30-git-send-email-frankja@linux.vnet.ibm.com> From: Paolo Bonzini Message-ID: <568E872F.3010300@redhat.com> Date: Thu, 7 Jan 2016 16:41:35 +0100 MIME-Version: 1.0 In-Reply-To: <1449749584-23214-30-git-send-email-frankja@linux.vnet.ibm.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: Janosch Frank , qemu-devel@nongnu.org Cc: cornelia.huck@de.ibm.com 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