File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Features
40
40
- ``past.translation `` package supports transparent translation of Python 2
41
41
modules to Python 3 upon import. [This feature is currently in alpha.]
42
42
43
- - 850 + unit tests, including many from the Py3.3 source tree.
43
+ - 920 + unit tests, including many from the Py3.3 source tree.
44
44
45
45
- ``futurize `` and ``pasteurize `` scripts based on ``2to3 `` and parts of
46
46
``3to2 `` and ``python-modernize ``, for automatic conversion from either Py2
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ Is it tested?
123
123
currently being used to help with porting 800,000 lines of Python 2 code in
124
124
`Sage <http://sagemath.org >`_ to Python 2/3.
125
125
126
- Currently ``python-future `` has 850 + unit tests. Many of these are straight
126
+ Currently ``python-future `` has 920 + unit tests. Many of these are straight
127
127
from the Python 3.3 test suite.
128
128
129
129
In general, the ``future `` package itself is in good shape, whereas the
You can’t perform that action at this time.
0 commit comments