summaryrefslogtreecommitdiff
path: root/README.Coding
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2018-06-27 14:20:40 +0200
committerBjörn Baumbach <bbaumbach@samba.org>2018-06-28 15:04:44 +0200
commit396f123121ddb290f4a5536a2224aa4a651c072f (patch)
treeabc43b9a6528c93b9850b6a2a7cf5b09d2de0981 /README.Coding
parent975b751bb60c935f2ef5b86fa27dc19b38cdc9d2 (diff)
downloadsamba-396f123121ddb290f4a5536a2224aa4a651c072f.tar.gz
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
Diffstat (limited to 'README.Coding')
-rw-r--r--README.Coding4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.Coding b/README.Coding
index 3d4c5a59e5d..ffba857a8f9 100644
--- a/README.Coding
+++ b/README.Coding
@@ -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