diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-07-30 15:45:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 15:45:09 (GMT) |
commit | 27eeaf0f2c9bd53a0fbdfdf38ee759e971221f8d (patch) | |
tree | bb4d1276338dbf98c81f73f0ffb661541a591a95 /Lib/test/test_tools | |
parent | 8a758f5b99c5fc3fd32edeac049d7d4a4b7cc163 (diff) | |
download | cpython-27eeaf0f2c9bd53a0fbdfdf38ee759e971221f8d.zip cpython-27eeaf0f2c9bd53a0fbdfdf38ee759e971221f8d.tar.gz cpython-27eeaf0f2c9bd53a0fbdfdf38ee759e971221f8d.tar.bz2 |
bpo-37704: Remove Tools/scripts/h2py.py (GH-15000)
Use cffi to access a C API in Python.
Diffstat (limited to 'Lib/test/test_tools')
-rw-r--r-- | Lib/test/test_tools/test_sundry.py | 2 |
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 f5fed01..10eb694 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 |