From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id ECC6438561B5 for ; Thu, 20 Oct 2022 11:34:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ECC6438561B5 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 9AF3033E63; Thu, 20 Oct 2022 07:34:20 -0400 (EDT) Received: from naga.localdomain (194-166-101-219.adsl.highway.telekom.at [194.166.101.219]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id D0A4A33E5E; Thu, 20 Oct 2022 07:34:19 -0400 (EDT) Date: Thu, 20 Oct 2022 13:34:18 +0200 (CEST) From: Gerald Pfeifer To: =?ISO-8859-15?Q?Martin_Li=A8ka?= cc: David Malcolm , gcc-patches@gcc.gnu.org, Gaius Mulley Subject: Re: [DOCS] Python Language Conventions In-Reply-To: <8ac4ed42-0f7c-c625-a55d-263452cb5250@suse.cz> Message-ID: References: <73efef2e-0a77-529c-73b3-1164480d3a86@pfeifer.com> <8ac4ed42-0f7c-c625-a55d-263452cb5250@suse.cz> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323328-1378865509-1666265660=:6261" X-Scanned-By: mailmunge 3.09 on 209.68.5.143 X-Spam-Status: No, score=-10.8 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-1378865509-1666265660=:6261 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Mon, 17 Oct 2022, Martin Liška wrote: > All right, let me install my initial patch with the improved wording. The validator noticed a small issue which I addressed thusly (by moving up the

- the beginning of
    implicitly closes a

    ). No worries - that's what validators are for. :-) Gerald commit e9164572d233645b51ed8fa27729a52a0e242984 Author: Gerald Pfeifer Date: Thu Oct 20 13:04:48 2022 +0200 codingconventions: Fix markup diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index 9d0a3f14..f88ef019 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -1486,17 +1486,15 @@ Definitions within the body of a namespace are not indented.

    Python Language Conventions

    -

    -Python scripts should follow PEP 8 – Style Guide for Python Code +

    Python scripts should follow PEP 8 – Style Guide for Python Code which can be verified by the flake8 tool. -We recommend using the following flake8 plug-ins: +We recommend using the following flake8 plug-ins:

    • flake8-builtins
    • flake8-import-order
    • flake8-quotes
    -

    --8323328-1378865509-1666265660=:6261--