summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2020-07-29 15:35:12 +1200
committerAndrew Bartlett <abartlet@samba.org>2020-08-03 04:13:37 +0000
commit06f87f14b37e08e6f78892b2f768282a742359df (patch)
tree3bd9cac534fe0ec8ccd89130e499a09a6e19b310
parent14210c248a9dd313671dcddf443096c17deb052a (diff)
downloadsamba-06f87f14b37e08e6f78892b2f768282a742359df.tar.gz
README.Coding: target Python 3.6+
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Aug 3 04:13:37 UTC 2020 on sn-devel-184
-rw-r--r--README.Coding.md5
1 files 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.