diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-03-06 18:41:16 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-03-06 18:41:16 -0500 |
commit | 656dbb35b8cf031ad80293659699df4834c0b99f (patch) | |
tree | 53a4e9b5f02fba1e9fee79242dcf6243b97ad4de | |
parent | 54e35b3f38c1d2d6d4f75a9039ff7008ec22b6b3 (diff) | |
download | python-coveragepy-656dbb35b8cf031ad80293659699df4834c0b99f.tar.gz |
ReST syntax is confusing...
-rw-r--r-- | CHANGES.txt | 6 | ||||
-rw-r--r-- | doc/changes.rst | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4212148..4776eaa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,10 +6,10 @@ Version 3.3.1, 6 March 2010 --------------------------- - Using `parallel=True` in .coveragerc file prevented reporting, but now does - not, fixing `issue 49`. + not, fixing `issue 49`_. - When running your code with "coverage run", if you call `sys.exit()`, - coverage.py will exit with that status code, fixing `issue 50`. + coverage.py will exit with that status code, fixing `issue 50`_. .. _issue 49: http://bitbucket.org/ned/coveragepy/issue/49 .. _issue 50: http://bitbucket.org/ned/coveragepy/issue/50 @@ -45,7 +45,7 @@ Version 3.3, 24 February 2010 be confused for data files. - Python source files that don't end with a newline can now be executed, fixing - `issue 47`. + `issue 47`_. - Added an AUTHORS.txt file. diff --git a/doc/changes.rst b/doc/changes.rst index 37c685e..c8f4be6 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -23,10 +23,10 @@ Version 3.3.1, 6 March 2010 --------------------------- - Using `parallel=True` in .coveragerc file prevented reporting, but now does - not, fixing `issue 49`. + not, fixing `issue 49`_. - When running your code with "coverage run", if you call `sys.exit()`, - coverage.py will exit with that status code, fixing `issue 50`. + coverage.py will exit with that status code, fixing `issue 50`_. .. _issue 49: http://bitbucket.org/ned/coveragepy/issue/49 .. _issue 50: http://bitbucket.org/ned/coveragepy/issue/50 @@ -53,7 +53,7 @@ Version 3.3, 24 February 2010 without internal coverage.py frames, so the output is the same as when the code is run without coverage.py. -- Fixed `issue 39`_ and `issue 47`. +- Fixed `issue 39`_ and `issue 47`_. .. _issue 39: http://bitbucket.org/ned/coveragepy/issue/39 .. _issue 40: http://bitbucket.org/ned/coveragepy/issue/40 |