diff options
| author | Victor Stinner <vstinner@redhat.com> | 2019-07-30 17:45:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-30 17:45:09 +0200 |
| commit | 27eeaf0f2c9bd53a0fbdfdf38ee759e971221f8d (patch) | |
| tree | bb4d1276338dbf98c81f73f0ffb661541a591a95 /Lib/test | |
| parent | 8a758f5b99c5fc3fd32edeac049d7d4a4b7cc163 (diff) | |
| download | cpython-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.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 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 |
