Skip to content

Commit 9f60ee0

Browse files
committed
Update docs: 1000+ tests now :o
1 parent b978693 commit 9f60ee0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Features
4242
- ``past.translation`` package supports transparent translation of Python 2
4343
modules to Python 3 upon import. [This feature is currently in alpha.]
4444

45-
- 920+ unit tests, including many from the Py3.3 source tree.
45+
- 1000+ unit tests, including many from the Py3.3 source tree.
4646

4747
- ``futurize`` and ``pasteurize`` scripts based on ``2to3`` and parts of
4848
``3to2`` and ``python-modernize``, for automatic conversion from either Py2

docs/faq.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ How well has it been tested?
123123
currently being used to help with porting 800,000 lines of Python 2 code in
124124
`Sage <http://sagemath.org>`_ to Python 2/3.
125125

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
127127
from the Python 3.3 and 3.4 test suites.
128128

129129
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.
133133

134134

135135
Is the API stable?

0 commit comments

Comments
 (0)