summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-01 19:59:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-11-01 19:59:37 -0400
commit9cdf251d60223c38d560b654c6b6abf95604b0ef (patch)
tree00e37b801bc72016b6c7d9b42aa96f0a2a0b312c
parent85d3f588552128b29d5c7eb4b030fa29df39df1a (diff)
downloadpython-coveragepy-git-9cdf251d60223c38d560b654c6b6abf95604b0ef.tar.gz
More correct
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8b8f4cf6..426246fe 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -72,7 +72,7 @@ Version 5.0a3 --- 2018-10-06
is not defined, ``${VARNAME?}`` will raise an error, and ``${VARNAME-default
value}`` will use "default value".
-- Tentative support for Python 3.8, which has not yet released an alpha. Fixes
+- Partial support for Python 3.8, which has not yet released an alpha. Fixes
`issue 707` and `issue 714`_.
.. _issue 707: https://github.com/nedbat/coveragepy/issues/707