Itamar Turner-Trauring
|
b990334104
|
Add the builtins import to make Python 2 builtins match Python 3's.
|
2020-07-06 14:00:02 -04:00 |
|
Itamar Turner-Trauring
|
83b9bbf743
|
Switch definitely to _python3.py for listing modules, but also note if a module
has been ported in its docstring.
|
2020-07-03 13:28:36 -04:00 |
|
Itamar Turner-Trauring
|
140cb80ff7
|
Clarify comment.
|
2020-07-03 13:15:57 -04:00 |
|
Itamar Turner-Trauring
|
12691eb597
|
Only install module mappings once.
|
2020-07-02 14:31:33 -04:00 |
|
Itamar Turner-Trauring
|
70a029fb81
|
Tests pass on both Python 2 and Python 3.
|
2020-07-02 14:26:35 -04:00 |
|
Itamar Turner-Trauring
|
c207a0c932
|
Port test_humanreadable.py to Python 3.
|
2020-07-02 14:10:38 -04:00 |
|
Itamar Turner-Trauring
|
b7f88b278f
|
Split out tests for humanreadable into their own module, so we can port just
humanreadable.py in isolation.
|
2020-07-02 13:40:40 -04:00 |
|