1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-03 17:05:54 +03:00

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
This commit is contained in:
Douglas Bagnall 2020-07-29 15:35:12 +12:00 committed by Andrew Bartlett
parent 14210c248a
commit 06f87f14b3

View 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.