Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/test/test_tools/test_sundry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove ``Tools/scripts/h2py.py``: use cffi to access a C API in Python.
1 change: 0 additions & 1 deletion Tools/scripts/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
171 changes: 0 additions & 171 deletions Tools/scripts/h2py.py

This file was deleted.