From cb2618965efaa6e2edd00a335f8d8e676e01b1fa Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 20 Aug 2010 16:03:16 -0400 Subject: Doc tweaks for 3.4b1 --- doc/changes.rst | 5 +++-- doc/index.rst | 7 ++++--- doc/install.rst | 3 ++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index 91a8bb7..9fbf159 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -13,6 +13,7 @@ Major change history for coverage.py :history: 20100221T151900, changes for 3.3 :history: 20100306T181400, changes for 3.3.1 :history: 20100725T211700, updated for 3.4. +:history: 20100820T151500, updated for 3.4beta1. These are the major changes for coverage.py. For a more complete change @@ -21,8 +22,8 @@ history, see the `CHANGES.txt`_ file in the source tree. .. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt -Version 3.4 ------------ +Version 3.4 beta --- 21 August 2010 +----------------------------------- - BACKWARD INCOMPATIBILITY: the ``--omit`` and ``--include`` switches now take file patterns rather than file prefixes, closing `issue 34`_ and `issue 36`_. diff --git a/doc/index.rst b/doc/index.rst index fa18807..1d5fea6 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -13,6 +13,7 @@ coverage.py :history: 20100224T204700, version 3.3 :history: 20100306T181500, version 3.3.1 :history: 20100725T211700, updated for 3.4. +:history: 20100820T151500, updated for 3.4beta1. Coverage.py is a tool for measuring code coverage of Python programs. It @@ -20,11 +21,11 @@ monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. Coverage measurement is typically used to gauge the effectiveness of tests. It -can show which parts of your product code are being exercised by tests, and -which are not. +can show which parts of your code are being exercised by tests, and which are +not. The latest version is 3.4, in beta. -It is supported on Python 2.3 through 3.1. +It is supported on Python 2.3 through 3.2 alpha. Quick start diff --git a/doc/install.rst b/doc/install.rst index dd901c6..300bcff 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -5,6 +5,7 @@ Installation ============ :history: 20100725T225600, new for 3.4. +:history: 20100820T151500, updated for 3.4beta1. .. highlight:: console .. _coverage_pypi: http://pypi.python.org/pypi/coverage @@ -56,4 +57,4 @@ If all went well, you should be able to open a command prompt, and see coverage installed properly:: $ coverage --version - Coverage.py, version 3.4a1. http://nedbatchelder.com/code/coverage + Coverage.py, version 3.4b1. http://nedbatchelder.com/code/coverage/3.4b1 -- cgit v1.2.1