From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: add pep8 as the python code style guidelines Date: Tue, 07 Jun 2016 09:53:11 +0200 Message-ID: <5724450.fCj2I3izI0@xps13> References: <1464361035-4087-1-git-send-email-john.mcnamara@intel.com> <20160603105133.GA17812@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson To: John McNamara Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 0A0D06CA1 for ; Tue, 7 Jun 2016 09:53:13 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id n184so124122491wmn.1 for ; Tue, 07 Jun 2016 00:53:13 -0700 (PDT) In-Reply-To: <20160603105133.GA17812@bricha3-MOBL3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-03 11:51, Bruce Richardson: > On Fri, May 27, 2016 at 03:57:15PM +0100, John McNamara wrote: > > Added PEP8 to the DPDK Coding Style guidelines to cover Python > > contributions to DPDK. > > > > Signed-off-by: John McNamara > Acked-by: Bruce Richardson Applied, thanks