[Imported from Trac: page Python3, version 18]

itamarst 2020-09-11 18:13:52 +00:00
parent 824484d2cd
commit d630a89aa7

@ -79,6 +79,8 @@ In particular:
**Fifth**, add a note to the module docstring saying it was ported to Python 3. **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` ## Known issues with `future`
The `from builtins import <every builtin ever>` thing gives a decent Python 3 layer for Python 2. For example it'll automatically create `*nonzero*` to wrap a `*bool*`. The `from builtins import <every builtin ever>` thing gives a decent Python 3 layer for Python 2. For example it'll automatically create `*nonzero*` to wrap a `*bool*`.