Skip to content

Commit aaa65e8

Browse files
committed
docs: patch also closed #689
1 parent 6789f33 commit aaa65e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ Version 7.10.0 — 2025-07-24
8080
- ``patch = subprocess`` measures coverage in Python subprocesses created
8181
with :mod:`subprocess`, :func:`os.system`, or one of the :func:`execv
8282
<python:os.execl>` or :func:`spawnv <python:os.spawnl>` family of
83-
functions. Closes old `issue 367`_ and duplicate `issue 378`_.
83+
functions. Closes old `issue 367`_, its duplicate `issue 378`_ and old
84+
`issue 689`_.
8485

8586
- ``patch = execv`` adjusts the :func:`execv <python:os.execl>` family of
8687
functions to save coverage data before ending the current program and
@@ -122,6 +123,7 @@ Version 7.10.0 — 2025-07-24
122123
.. _issue 312: https://github.com/nedbat/coveragepy/issues/312
123124
.. _issue 367: https://github.com/nedbat/coveragepy/issues/367
124125
.. _issue 378: https://github.com/nedbat/coveragepy/issues/378
126+
.. _issue 689: https://github.com/nedbat/coveragepy/issues/689
125127
.. _issue 831: https://github.com/nedbat/coveragepy/issues/831
126128
.. _issue 1308: https://github.com/nedbat/coveragepy/issues/1308
127129
.. _issue 1673: https://github.com/nedbat/coveragepy/issues/1673

0 commit comments

Comments
 (0)