Skip to content

Commit

Permalink
gh-97669: Remove outdated example scripts (#97675)
Browse files Browse the repository at this point in the history
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/.
  • Loading branch information
vstinner authored Oct 4, 2022
1 parent 4980260 commit 6cbbc26
Show file tree
Hide file tree
Showing 48 changed files with 9 additions and 7,050 deletions.
5 changes: 5 additions & 0 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ Demos and Tools
<https://github.com/gvanrossum/old-demos>`_.
(Contributed by Victor Stinner in :gh:`97681`.)

* 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>`_.
(Contributed by Victor Stinner in :gh:`97669`.)


Deprecated
==========
Expand Down
94 changes: 0 additions & 94 deletions Lib/test/test_tools/test_fixcid.py

This file was deleted.

41 changes: 0 additions & 41 deletions Lib/test/test_tools/test_lll.py

This file was deleted.

32 changes: 0 additions & 32 deletions Lib/test/test_tools/test_pdeps.py

This file was deleted.

Loading

0 comments on commit 6cbbc26

Please sign in to comment.