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 /Tools/scripts/README | |
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 'Tools/scripts/README')
-rw-r--r-- | Tools/scripts/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index d4ac2ad..bee5b0b 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -30,7 +30,6 @@ ftpmirror.py FTP mirror script get-remote-certificate.py Fetch the certificate that the server(s) are providing in PEM form google.py Open a webbrowser with Google gprof2html.py Transform gprof(1) output into useful HTML -h2py.py Translate #define's into Python assignments highlight.py Python syntax highlighting with HTML output idle3 Main program to start IDLE ifdef.py Remove #if(n)def groups from C sources |