File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,15 @@ Maturity
118118Is it tested?
119119-------------
120120
121- ``future `` is used by ``mezzanine ``, among other projects. Currently
122- ``future `` has 640+ unit tests. Many of these are straight from the Python 3.3
123- test suite. In general, the ``future `` package itself is in good shape, whereas
124- the ``futurize `` script for automatic porting is incomplete and imperfect.
125- (Chances are it will require some manual cleanup afterwards.)
121+ ``future `` is used by ``mezzanine `` and ``ObsPy ``. It has also been used to
122+ help with the port of 800,000 lines of Python 2 code in Sage to Python 2/3
123+ (currently underway).
124+
125+ Currently ``future `` has 800+ unit tests. Many of these are straight from the
126+ Python 3.3 test suite. In general, the ``future `` package itself is in good
127+ shape, whereas the ``futurize `` script for automatic porting is incomplete and
128+ imperfect. (Chances are it will require some manual cleanup afterwards.) The
129+ ``past `` package also needs further work.
126130
127131Is the API stable?
128132------------------
You can’t perform that action at this time.
0 commit comments