forked from pool/python-coverage
Accepting request 204138 from home:dirkmueller:branches:devel:languages:python
- update to 3.7: * Added the ``--debug`` switch to ``coverage run``. It accepts a list of options indicating the type of internal activity to log to stderr. * Running code with ``coverage run -m`` now behaves more like Python does, setting sys.path properly, which fixes `issue 207`_ and `issue 242`_. * Coverage can now run .pyc files directly, closing `issue 264`_. Over 15 other bugfixes, see included CHANGELOG OBS-URL: https://build.opensuse.org/request/show/204138 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=31
This commit is contained in:
committed by
Git OBS Bridge
parent
8089c854c2
commit
fa07bd858d
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 12:17:02 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 3.7:
|
||||
* Added the ``--debug`` switch to ``coverage run``. It accepts a list of
|
||||
options indicating the type of internal activity to log to stderr.
|
||||
* Running code with ``coverage run -m`` now behaves more like Python does,
|
||||
setting sys.path properly, which fixes `issue 207`_ and `issue 242`_.
|
||||
* Coverage can now run .pyc files directly, closing `issue 264`_.
|
||||
|
||||
Over 15 other bugfixes, see included CHANGELOG
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 14:50:46 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user