diff options
author | Victor Stinner <vstinner@python.org> | 2022-10-11 08:07:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-11 08:07:57 (GMT) |
commit | e0ae9ddffe0a708d0d3f5b8cc10488d466fc43c4 (patch) | |
tree | bc97c042724b8c89a29d36f81b1f804070622784 /PCbuild | |
parent | b399115ef18945f7526492225d72a512048ad20d (diff) | |
download | cpython-e0ae9ddffe0a708d0d3f5b8cc10488d466fc43c4.zip cpython-e0ae9ddffe0a708d0d3f5b8cc10488d466fc43c4.tar.gz cpython-e0ae9ddffe0a708d0d3f5b8cc10488d466fc43c4.tar.bz2 |
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.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/lib.pyproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj index 9934dc5..daa2021 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -1334,9 +1334,7 @@ <Compile Include="test\test_tkinter\test_widgets.py" /> <Compile Include="test\test_tkinter\widget_tests.py" /> <Compile Include="test\test_tokenize.py" /> - <Compile Include="test\test_tools\test_gprof2html.py" /> <Compile Include="test\test_tools\test_i18n.py" /> - <Compile Include="test\test_tools\test_md5sum.py" /> <Compile Include="test\test_tools\test_reindent.py" /> <Compile Include="test\test_tools\test_sundry.py" /> <Compile Include="test\test_tools\test_unparse.py" /> |