diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-05 08:35:06 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-05 08:35:06 -0400 |
commit | 706d8959bcaba3a37c9e56a818ef0ebe5835bb70 (patch) | |
tree | 76bdbe3cd832ea249d50b0630720329e4fb93419 /CHANGES.rst | |
parent | d06272c71a9e80f88b0b1f3fccf93772cb47e8f2 (diff) | |
download | python-coveragepy-706d8959bcaba3a37c9e56a818ef0ebe5835bb70.tar.gz |
Add an explicit test for weird module docstring behavior.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 9556bf0..bc44710 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,9 @@ Change history for Coverage.py Unreleased ---------- -(nothing yet) +- Support for Python 3.7. In some cases, class and module docstrings are no + longer counted in statement totals, which could slightly change your total + results. .. _changes_441: |