Skip to content

Commit 5380e25

Browse files
committed
Update FAQ doc
1 parent 7070eb8 commit 5380e25

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/faq.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,15 @@ Maturity
118118
Is 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

127131
Is the API stable?
128132
------------------

0 commit comments

Comments
 (0)