[Python-checkins] devguide: Drop the specific mention of my fork of coverage.py. Better for me to jst use

brett.cannon python-checkins at python.org
Sun Jan 30 21:30:06 CET 2011


brett.cannon pushed 7a810e8d89dd to devguide:

http://hg.python.org/devguide/rev/7a810e8d89dd
changeset:   222:7a810e8d89dd
tag:         tip
user:        Brett Cannon <brett at python.org>
date:        Sun Jan 30 12:30:00 2011 -0800
summary:
  Drop the specific mention of my fork of coverage.py. Better for me to jst use it to push changes upstream instead of having people accidentally rely on it.

files:
  coverage.rst

diff --git a/coverage.rst b/coverage.rst
--- a/coverage.rst
+++ b/coverage.rst
@@ -74,12 +74,6 @@
     hg clone https://bitbucket.org/ned/coveragepy
     ln -s coveragepy/coverage
 
-If you are still having issues with generating coverage, a fork of coverage.py
-can be found at https://bitbucket.org/brettsky/coverage.py which will always
-try to be patched to work against the latest in-development version of Python
-(all patches are submitted upstream so this should only be used as a temporary
-solution).
-
 Another option is to
 download the source distribution of coverage.py and copy the ``coverage``
 directory into your Python checkout. The other option is to use your checkout

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list