]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
README.Coding: target Python 3.6+
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 29 Jul 2020 03:35:12 +0000 (15:35 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 3 Aug 2020 04:13:37 +0000 (04:13 +0000)
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

README.Coding.md

index 914e3573ad4cca8f7cc0641b0d1d2af57ce540dd..b87580f5f85e20240f5f715dd6534f8935edce32 100644 (file)
@@ -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.