Skip to content

Commit f828077

Browse files
authored
closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709)
This is one of the few files that has intimate knowledge of the pyc file format. Since it lacks tests it tends to become outdated fairly quickly. At present it has been broken since the introduction of PEP 552.
1 parent 0e80b56 commit f828077

File tree

3 files changed

+2
-70
lines changed

3 files changed

+2
-70
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Removed the checkpyc.py tool. Please see compileall without force mode as a
2+
potential alternative.

Tools/scripts/README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ abitype.py Converts a C file to use the PEP 384 type definition A
77
analyze_dxp.py Analyzes the result of sys.getdxp()
88
byext.py Print lines/words/chars stats of files by extension
99
byteyears.py Print product of a file's size and age
10-
checkpyc.py Check presence and validity of ".pyc" files
1110
cleanfuture.py Fix redundant Python __future__ statements
1211
combinerefs.py A helper for analyzing PYTHONDUMPREFS output
1312
copytime.py Copy one file's atime and mtime to another

Tools/scripts/checkpyc.py

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)