Index: third_party/coverage-3.7.1/doc/index.rst |
diff --git a/third_party/coverage-3.6/doc/index.rst b/third_party/coverage-3.7.1/doc/index.rst |
similarity index 93% |
rename from third_party/coverage-3.6/doc/index.rst |
rename to third_party/coverage-3.7.1/doc/index.rst |
index ed163b8ea42f5f0ead7711a8b2f1a50b8f251b34..3a0d9308e520a9771409788dc9fa31f951f8f02c 100644 |
--- a/third_party/coverage-3.6/doc/index.rst |
+++ b/third_party/coverage-3.7.1/doc/index.rst |
@@ -29,6 +29,8 @@ coverage.py |
:history: 20121223T180600, Updated for 3.6b2. |
:history: 20121229T112300, Updated for 3.6b3. |
:history: 20130105T174000, Updated for 3.6 |
+:history: 20131005T210000, Updated for 3.7 |
+:history: 20131212T213300, Updated for 3.7.1 |
Coverage.py is a tool for measuring code coverage of Python programs. It |
@@ -41,8 +43,8 @@ not. |
.. ifconfig:: not prerelease |
- The latest version is coverage.py 3.6, released 5 January 2013. |
- It is supported on Python versions 2.3 through 3.3, and PyPy 1.8. |
+ The latest version is coverage.py 3.7.1, released 13 December 2013. |
+ It is supported on Python versions 2.3 through 3.4, and PyPy 2.1. |
.. ifconfig:: prerelease |
@@ -134,14 +136,15 @@ coverage.py or get help using it on the `Testing In Python`_ mailing list. |
.. _Testing In Python: http://lists.idyll.org/listinfo/testing-in-python |
Bug reports are gladly accepted at the `Bitbucket issue tracker`_. |
-Bitbucket also hosts the `code repository`_. |
+Bitbucket also hosts the `code repository`_. There is a `mirrored repo`_ on |
+Github. |
.. _Bitbucket issue tracker: http://bitbucket.org/ned/coveragepy/issues |
.. _code repository: http://bitbucket.org/ned/coveragepy |
+.. _mirrored repo: https://github.com/nedbat/coveragepy |
`I can be reached`_ in a number of ways. I'm happy to answer questions about |
-using coverage.py. I'm also available hourly for consultation or custom |
-development. |
+using coverage.py. |
.. _I can be reached: http://nedbatchelder.com/site/aboutned.html |