1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

README.Coding: Fix link to Python coding style guide (PEP 8)

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: David Mulder <dmulder@suse.com>

Autobuild-User(master): Björn Baumbach <bbaumbach@samba.org>
Autobuild-Date(master): Thu Jun 28 15:04:44 CEST 2018 on sn-devel-144
This commit is contained in:
Björn Baumbach 2018-06-27 14:20:40 +02:00 committed by Björn Baumbach
parent 975b751bb6
commit 396f123121

View File

@ -22,8 +22,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,
http://www.python.org/pep/pep8. New Python code should be compatible with
Python 2.6, 2.7, and Python 3.4 onwards. This means using Python 3 syntax
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.
But to save you the trouble of reading the Linux kernel style guide, here