File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Features
42
42
- ``past.translation `` package supports transparent translation of Python 2
43
43
modules to Python 3 upon import. [This feature is currently in alpha.]
44
44
45
- - 920 + unit tests, including many from the Py3.3 source tree.
45
+ - 1000 + unit tests, including many from the Py3.3 source tree.
46
46
47
47
- ``futurize `` and ``pasteurize `` scripts based on ``2to3 `` and parts of
48
48
``3to2 `` and ``python-modernize ``, for automatic conversion from either Py2
Original file line number Diff line number Diff line change @@ -123,13 +123,13 @@ How well has it been 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 990+ unit tests. Many of these are straight
126
+ Currently ``python-future `` has over 1000 unit tests. Many of these are straight
127
127
from the Python 3.3 and 3.4 test suites.
128
128
129
129
In general, the ``future `` package itself is in good shape, whereas the
130
- ``futurize `` script for automatic porting is incomplete and imperfect.
131
- (Chances are it will require some manual cleanup afterwards.) The ``past ``
132
- package also needs to be expanded.
130
+ ``futurize `` script for automatic porting is imperfect; chances are it will
131
+ require some manual cleanup afterwards. The ``past `` package also needs to be
132
+ expanded.
133
133
134
134
135
135
Is the API stable?
You can’t perform that action at this time.
0 commit comments