From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9C302A04BA; Mon, 5 Oct 2020 10:24:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D0ACB1B694; Mon, 5 Oct 2020 10:24:10 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id BC7A81B690 for ; Mon, 5 Oct 2020 10:24:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601886247; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=NcTzjKYKx5NgRsn28fXzeiJ8X7F+HO8Tqimi7QqXwEg=; b=FDB31HYtH3NKycVaSfDrGNOZ6JBgEnMM3JzHDehuBFNfe32vM9HsNs2vR4yxl/Lw2chA8J jla+VP/eDGGE/MKvvygguUpMhV5ZXlneQqLnbrnTHvJafhqp4nA+Gh6okR7Pm0nFBDI6xd XSFZWGq7hTtZCq80PJXBHu6xIpnArhA= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-242-CNkl_SYyNU6Dy6LuVGji-w-1; Mon, 05 Oct 2020 04:24:05 -0400 X-MC-Unique: CNkl_SYyNU6Dy6LuVGji-w-1 Received: by mail-vs1-f70.google.com with SMTP id f2so2611335vsp.8 for ; Mon, 05 Oct 2020 01:24:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NcTzjKYKx5NgRsn28fXzeiJ8X7F+HO8Tqimi7QqXwEg=; b=eM2lS0eXQOMaDTZ70nNnvSOOHQCYBbF1cCF8vJi1arP/OD+x4XBKOfhVqqft+zF0Hk iTZrCmlCyEUn/eGVB1C74Ow1aLu1L9eUZiSeYMIUhVwrpjKqyYryNx6eS+mDB4qCWFYm 29YfLn/H0gQB5NFr8wPnWsuf0ohXiiiv/43hA0ly/DD/HTtdeVgIbvH8PA7MY0t7JO/0 3YeVZ34z9G6FlcPPtsBfYpEEdc6q226BcifJ+Grd2qY1Q0hH7CF+BFzYkLJVhQt4YJvp YIeV1t4WMSEzNGQRGdUDOmuy5Ztv1+3qlhzk91siMmOoVFfmNz94JndFEInVmLcT5qMD iqhw== X-Gm-Message-State: AOAM532NuYS0vxQfw/v79f+2bYKiM0HO5SalJyUoew3rEjKRycCbqmyl a1rKY/lErPlcmnpfmTrNE3LJ27ACCFRPDNq4OUROy/ehikbQLQL3XqESJnb71vAqn9cE/i1fg9H g71JWa/nDzZZYWF9606Y= X-Received: by 2002:a05:6102:10c2:: with SMTP id t2mr2256222vsr.10.1601886245143; Mon, 05 Oct 2020 01:24:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz5J2Ra8j1RXhppPwti/zRCy0gfZIJNGCAVVHvmlhjtSnfFn7hnx4MQHOcs8Ihz/2Ofgl2OX9USBfqEtplQKOI= X-Received: by 2002:a05:6102:10c2:: with SMTP id t2mr2256209vsr.10.1601886244925; Mon, 05 Oct 2020 01:24:04 -0700 (PDT) MIME-Version: 1.0 References: <20201002154753.1015-1-robin.jarry@6wind.com> In-Reply-To: <20201002154753.1015-1-robin.jarry@6wind.com> From: David Marchand Date: Mon, 5 Oct 2020 10:23:53 +0200 Message-ID: To: Robin Jarry Cc: Kevin Laatz , Maxime Coquelin , Chenbo Xia , Zhihong Wang , Ray Kinsella , Neil Horman , Nicolas Chautru , dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: remove references to python 2 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Oct 2, 2020 at 5:48 PM Robin Jarry wrote: > > Python 2 support has now been dropped. Remove references to it in the > documentation. > > Since all python scripts now have a proper shebang that calls python3, > execute the scripts directly without specifying the interpreter. > > Sphinx version from most Linux distros is OK in 2020, do not encourage > people to break their system by installing with pip. Use the distros > official packages. > > Signed-off-by: Robin Jarry Acked-by: Bruce Richardson Acked-by: Kevin Laatz Appliqued, merci Robin. -- David Marchand