summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-09-02 16:58:30 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-09-02 16:58:30 -0400
commit626875fece634c7c68bc680a46d4434fb953d1fd (patch)
tree2581b23d46f2665deff4e7fa5a82ee6cc9f78317
parentf531212a2c26700737282f0b409381adf9e30dd9 (diff)
downloadpython-coveragepy-git-626875fece634c7c68bc680a46d4434fb953d1fd.tar.gz
docs: thanks, Clément Pit-Claudel
-rw-r--r--CHANGES.rst5
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 4baa8a36..0d7a6ee2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -44,11 +44,16 @@ Unreleased
- Fix another rarer instance of "Error binding parameter 0 - probably
unsupported type." (`issue 1010`_).
+- Creating a directory for the coverage data file now is safer against
+ conflicts when two coverage runs happen simultaneously (`pull 1220`_).
+ Thanks, Clément Pit-Claudel.
+
.. _issue 1035: https://github.com/nedbat/coveragepy/issues/1035
.. _issue 1105: https://github.com/nedbat/coveragepy/issues/1105
.. _issue 1163: https://github.com/nedbat/coveragepy/issues/1163
.. _issue 1195: https://github.com/nedbat/coveragepy/issues/1195
.. _issue 1205: https://github.com/nedbat/coveragepy/issues/1205
+.. _pull 1220: https://github.com/nedbat/coveragepy/pull/1220
.. _changes_60b1:
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 76fbd4c3..2642e6b1 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -37,6 +37,7 @@ Chris Warrick
Christian Heimes
Christine Lytwynec
Christoph Zwerschke
+Clément Pit-Claudel
Conrad Ho
Cosimo Lupo
Dan Hemberger