8000 Update docs: more tests · thecodingchicken/python-future@0758070 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0758070

Browse files
committed
Update docs: more tests
1 parent f28feb0 commit 0758070

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
@@ -40,7 +40,7 @@ Features
4040
- ``past.translation`` package supports transparent translation of Python 2
4141
modules to Python 3 upon import. [This feature is currently in alpha.]
4242

43-
- 850+ unit tests, including many from the Py3.3 source tree.
43+
- 920+ unit tests, including many from the Py3.3 source tree.
4444

4545
- ``futurize`` and ``pasteurize`` scripts based on ``2to3`` and parts of
4646
``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 850+ unit tests. Many of these are straight
126+
Currently ``python-future`` has 920+ 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)
0