From d630a89aa7cd338ee790a96cb96f7de9539593a2 Mon Sep 17 00:00:00 2001 From: itamarst <> Date: Fri, 11 Sep 2020 18:13:52 +0000 Subject: [PATCH] [Imported from Trac: page Python3, version 18] --- Python3.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python3.md b/Python3.md index ad759fc..571a800 100644 --- a/Python3.md +++ b/Python3.md @@ -79,6 +79,8 @@ In particular: **Fifth**, add a note to the module docstring saying it was ported to Python 3. +**Sixth**, open a PR with the Python 3 Port label. + ## Known issues with `future` The `from builtins import ` thing gives a decent Python 3 layer for Python 2. For example it'll automatically create `*nonzero*` to wrap a `*bool*`.