Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27eeaf0

Browse files
authored
bpo-37704: Remove Tools/scripts/h2py.py (GH-15000)
Use cffi to access a C API in Python.
1 parent 8a758f5 commit 27eeaf0

4 files changed

Lines changed: 2 additions & 173 deletions

File tree

Lib/test/test_tools/test_sundry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
This file contains extremely basic regression tests for the scripts found in
44
the Tools directory of a Python checkout or tarball which don't have separate
5-
tests of their own, such as h2py.py.
5+
tests of their own.
66
"""
77

88
import os
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove ``Tools/scripts/h2py.py``: use cffi to access a C API in Python.

Tools/scripts/README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ ftpmirror.py FTP mirror script
3030
get-remote-certificate.py Fetch the certificate that the server(s) are providing in PEM form
3131
google.py Open a webbrowser with Google
3232
gprof2html.py Transform gprof(1) output into useful HTML
33-
h2py.py Translate #define's into Python assignments
3433
highlight.py Python syntax highlighting with HTML output
3534
idle3 Main program to start IDLE
3635
ifdef.py Remove #if(n)def groups from C sources

Tools/scripts/h2py.py

Lines changed: 0 additions & 171 deletions
This file was deleted.

0 commit comments

Comments
 (0)