summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2022-01-24 19:38:02 +0000
committerGitHub <noreply@github.com>2022-01-24 19:38:02 +0000
commit3f611e2f4f997c8be9d7fad4de09f9e5bb817d3d (patch)
treef92f0adde7801b58ffaa52d89ef2bade79b1b960 /NEWS
parentced20b5cab8dfddaa719200334ee928b7cc3cf21 (diff)
parent298e4488f2bca5db9f4dd07f7afa054d746864cd (diff)
downloadtesttools-3f611e2f4f997c8be9d7fad4de09f9e5bb817d3d.tar.gz
Merge branch 'master' into deprecate-distutils-integration
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a805a12..34d0a7c 100644
--- a/NEWS
+++ b/NEWS
@@ -42,7 +42,7 @@ Changes
* The ``safe_hasattr`` utility has been removed from ``testtools.helpers``.
This was a compat wrapper introduced in 0.9.25 when the utility itself was
- moved to the ``extras`` package. It is not necessary with Python 3-only
+ moved to the ``extras`` package. It is no longer used on Python 3-only
projects.
* The ``try_imports`` utility has been removed from ``testtools.helpers``.