Skip to content

Commit 669d224

Browse files
committed
Docs: update test count
1 parent 23e050a commit 669d224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Features
3737
- ``past.translation`` package supports transparent translation of Python 2
3838
modules to Python 3 upon import. [This feature is currently in alpha.]
3939

40-
- 800+ unit tests, including many from the Py3.3 source tree.
40+
- 850+ unit tests, including many from the Py3.3 source tree.
4141

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

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Is it 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 800+ unit tests. Many of these are straight
126+
Currently ``python-future`` has 850+ unit tests. Many of these are straight
127127
from the Python 3.3 test suite.
128128

129129
In general, the ``future`` package itself is in good shape, whereas the

0 commit comments

Comments
 (0)