gh-97669: Remove outdated example scripts#97674
Closed
vstinner wants to merge 1 commit intopython:mainfrom
vstinner:main
Closed
gh-97669: Remove outdated example scripts#97674vstinner wants to merge 1 commit intopython:mainfrom vstinner:main
vstinner wants to merge 1 commit intopython:mainfrom
vstinner:main
Conversation
Remove outdated example scripts. Copy them from Python 3.11 if you still need them. Removed scripts: * 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 * md5sum.py * mkreal.py * objgraph.py * parse_html5_entities.py * pdeps.py * pickle2db.py * pindent.py * pysource.py * reindent-rst.py * rgrep.py * suff.py * texi2html.py * untabify.py * which.py Changes: * Remove test_fixcid, test_pdeps and test_pindent of test.test_tools. * Remove get-remote-certificate.py changelog entry, since the script was removed. * FYI there is a copy of crlf.py in Lib/test/test_lib2to3/data/.
Member
Author
|
Here is a first PR to remove scripts which look outdated to me. The remaining ones might be useful or are referenced in other parts of Python, so I prefer to write separated PRs for the other scripts that I plan to remove. |
Member
Author
|
Oh, I didn't want to remove md5sum.py in this PR. I also restored untabify.py since it's used by patchcheck.py. |
Member
Author
|
Ooops, I didn't plan to create a PR on the branch "main", so I created a new PR: PR #97675. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove outdated example scripts. Copy them from Python 3.11 if you still need them.
Removed scripts:
Changes: