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*`.