From 06f87f14b37e08e6f78892b2f768282a742359df Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Wed, 29 Jul 2020 15:35:12 +1200 Subject: [PATCH] README.Coding: target Python 3.6+ Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Mon Aug 3 04:13:37 UTC 2020 on sn-devel-184 --- README.Coding.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.Coding.md b/README.Coding.md index 914e3573ad4..b87580f5f85 100644 --- a/README.Coding.md +++ b/README.Coding.md @@ -17,9 +17,8 @@ what most Samba developers use already anyways, with a few exceptions as mentioned below. The coding style for Python code is documented in -[PEP8](https://www.python.org/dev/peps/pep-0008/). New Python code should be compatible -with Python 2.6, 2.7, and Python 3.4 onwards. This means using Python 3 syntax -with the appropriate `from __future__` imports. +[PEP8](https://www.python.org/dev/peps/pep-0008/). New Python code +should be compatible with Python 3.6 onwards. But to save you the trouble of reading the Linux kernel style guide, here are the highlights. -- 2.47.3