From 6c756248146c023c02b2cd96b697c21aefa9bf36 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 4 Sep 2019 15:12:38 -0700 Subject: Update CODING guidelines - Remove reference to Python 2 --- CODING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CODING.md b/CODING.md index ebba79310..d368943bd 100644 --- a/CODING.md +++ b/CODING.md @@ -120,10 +120,9 @@ std::map bar = ## Python-specific Guidelines -* Keep Python code compatible with Py2k and Py3k. There are plenty of tools to - aid with this, such as `futurize`. -* Follow the suggestions in [PEP8][Pep8] - and [PEP257][Pep257]. The former is about +* Starting with UHD 4.0, Python 2 is no longer supported, and we don't need to + accommodate for it any longer. Prefer Python 3 constructs. +* Follow the suggestions in [PEP8][Pep8] and [PEP257][Pep257]. The former is about code layout in general, the latter about docstrings. * Pylint is good tool for helping with following code guidelines. It's very fussy though, so don't get too worked up about following its suggestions. -- cgit v1.2.3