From: Ramana Radhakrishnan Date: Fri, 19 Jul 2019 16:21:25 +0000 (+0100) Subject: Mention minimum version of python features one should stick to (#3588) X-Git-Tag: upstream/0.7.0~2160 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bfafa90876bc661e8dae77341eca6297f98cd25d;p=platform%2Fupstream%2Ftvm.git Mention minimum version of python features one should stick to (#3588) --- diff --git a/docs/contribute/code_guide.rst b/docs/contribute/code_guide.rst index 6a426b8..3d135eb 100644 --- a/docs/contribute/code_guide.rst +++ b/docs/contribute/code_guide.rst @@ -38,6 +38,7 @@ Python Code Styles ------------------ - The functions and classes are documented in `numpydoc `_ format. - Check your code style using ``make pylint`` +- Stick to language features as in ``python 3.5`` Handle Integer Constant Expression