Skip to content

Commit 6cbbc26

Browse files
authored
gh-97669: Remove outdated example scripts (#97675)
Remove outdated example scripts of the Tools/scripts/ directory. A copy can be found in the old-demos project: https://github.com/gvanrossum/old-demos Removed scripts (39): * byext.py * byteyears.py * cleanfuture.py * copytime.py * crlf.py * db2pickle.py * dutree.doc * dutree.py * find-uname.py * find_recursionlimit.py * finddiv.py * findlinksto.py * findnocoding.py * fixcid.py * fixdiv.py * fixheader.py * fixnotice.py * fixps.py * get-remote-certificate.py * google.py * highlight.py * ifdef.py * import_diagnostics.py * lfcr.py * linktree.py * lll.py * mailerdaemon.py * make_ctype.py * mkreal.py * objgraph.py * pdeps.py * pickle2db.py * pindent.py * pysource.py * reindent-rst.py * rgrep.py * suff.py * texi2html.py * which.py Changes: * Remove test_fixcid, test_lll, test_pdeps and test_pindent of test.test_tools. * Remove get-remote-certificate.py changelog entry, since the script was removed. Note: there is a copy of crlf.py in Lib/test/test_lib2to3/data/.
1 parent 4980260 commit 6cbbc26

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+9
-7050
lines changed

Doc/whatsnew/3.12.rst

+5
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ Demos and Tools
178178
<https://github.com/gvanrossum/old-demos>`_.
179179
(Contributed by Victor Stinner in :gh:`97681`.)
180180

181+
* Remove outdated example scripts of the ``Tools/scripts/`` directory.
182+
A copy can be found in the `old-demos project
183+
<https://github.com/gvanrossum/old-demos>`_.
184+
(Contributed by Victor Stinner in :gh:`97669`.)
185+
181186

182187
Deprecated
183188
==========

Lib/test/test_tools/test_fixcid.py

-94
This file was deleted.

Lib/test/test_tools/test_lll.py

-41
This file was deleted.

Lib/test/test_tools/test_pdeps.py

-32
This file was deleted.

0 commit comments

Comments
 (0)