]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97669: Remove outdated example scripts (#97675) (#98167)
authorVictor Stinner <vstinner@python.org>
Tue, 11 Oct 2022 08:07:57 +0000 (10:07 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Oct 2022 08:07:57 +0000 (10:07 +0200)
commite0ae9ddffe0a708d0d3f5b8cc10488d466fc43c4
treebc97c042724b8c89a29d36f81b1f804070622784
parentb399115ef18945f7526492225d72a512048ad20d
gh-97669: Remove outdated example scripts (#97675) (#98167)

Remove outdated example scripts of the Tools/scripts/ directory:

* gprof2html.py
* md5sum.py
* nm2def.py
* pathfix.py
* win_add2path.py

Remove test_gprof2html, test_md5sum and test_pathfix of test_tools.
Lib/test/test_tools/test_gprof2html.py [deleted file]
Lib/test/test_tools/test_md5sum.py [deleted file]
Lib/test/test_tools/test_pathfix.py [deleted file]
Lib/test/test_tools/test_sundry.py
PCbuild/lib.pyproj
Tools/scripts/README
Tools/scripts/gprof2html.py [deleted file]
Tools/scripts/md5sum.py [deleted file]
Tools/scripts/nm2def.py [deleted file]
Tools/scripts/pathfix.py [deleted file]
Tools/scripts/win_add2path.py [deleted file]