summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-06-11 06:09:17 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-06-11 06:09:17 -0400
commitf991b3bbdcd51b0689ddb99d8fb9919264c0f2c1 (patch)
tree426aa2d18af16e990c7f85b055d564301f5e3b69
parentd0fc548884b167099d20c536d6cd010346918358 (diff)
downloadpython-coveragepy-git-f991b3bbdcd51b0689ddb99d8fb9919264c0f2c1.tar.gz
docs: thanks, Yilei Yang #1399
-rw-r--r--CHANGES.rst6
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 78ea473d..a167b30e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,7 +20,11 @@ development at the same time, such as 4.5.x and 5.0.
Unreleased
----------
-Nothing yet.
+- Internal debugging data added to sys.modules is now an actual module, to
+ avoid confusing code that examines everything in sys.modules. Thanks,
+ Yilei Yang (`pull 1399`_).
+
+.. _pull 1399: https://github.com/nedbat/coveragepy/pull/1399
.. _changes_6-4-1:
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index ef150574..2e4ed85b 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -153,6 +153,7 @@ Valentin Lab
Vince Salvino
Ville Skyttä
Xie Yanbo
+Yilei "Dolee" Yang
Yury Selivanov
Zac Hatfield-Dodds
Zooko Wilcox-O'Hearn