[SCM] Samba Shared Repository - branch master updated

Björn Baumbach bbaumbach at samba.org
Thu Jun 28 13:05:02 UTC 2018


The branch, master has been updated
       via  396f123 README.Coding: Fix link to Python coding style guide (PEP 8)
      from  975b751 tests/ntacls: fix pep8 warnings

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 396f123121ddb290f4a5536a2224aa4a651c072f
Author: Björn Baumbach <bb at sernet.de>
Date:   Wed Jun 27 14:20:40 2018 +0200

    README.Coding: Fix link to Python coding style guide (PEP 8)
    
    Signed-off-by: Björn Baumbach <bb at sernet.de>
    Reviewed-by: David Mulder <dmulder at suse.com>
    
    Autobuild-User(master): Björn Baumbach <bbaumbach at samba.org>
    Autobuild-Date(master): Thu Jun 28 15:04:44 CEST 2018 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 README.Coding | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/README.Coding b/README.Coding
index 3d4c5a5..ffba857 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


-- 
Samba Shared Repository



More information about the samba-cvs mailing list