summaryrefslogtreecommitdiff
path: root/Lib/test
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-07-30 17:45:09 +0200
committerGitHub <noreply@github.com>2019-07-30 17:45:09 +0200
commit27eeaf0f2c9bd53a0fbdfdf38ee759e971221f8d (patch)
treebb4d1276338dbf98c81f73f0ffb661541a591a95 /Lib/test
parent8a758f5b99c5fc3fd32edeac049d7d4a4b7cc163 (diff)
downloadcpython-git-27eeaf0f2c9bd53a0fbdfdf38ee759e971221f8d.tar.gz
bpo-37704: Remove Tools/scripts/h2py.py (GH-15000)
Use cffi to access a C API in Python.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_tools/test_sundry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_tools/test_sundry.py b/Lib/test/test_tools/test_sundry.py
index f5fed01491..10eb6941b3 100644
--- a/Lib/test/test_tools/test_sundry.py
+++ b/Lib/test/test_tools/test_sundry.py
@@ -2,7 +2,7 @@
This file contains extremely basic regression tests for the scripts found in
the Tools directory of a Python checkout or tarball which don't have separate
-tests of their own, such as h2py.py.
+tests of their own.
"""
import os