Staging
v0.5.1
https://github.com/python/cpython
Revision cd81ea1708c0a3ac846e1e6f07c38d8d0b0efc22 authored by Guido van Rossum on 01 March 2001, 00:36:53 UTC, committed by Guido van Rossum on 01 March 2001, 00:36:53 UTC
    find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f

to remove all .py[co] files before testing, rather than just those in
the Lib/test directory.  "find" is used all over the Makefile so I
suppose it's safe; how about xargs?
1 parent 895e892
History
Tip revision: cd81ea1708c0a3ac846e1e6f07c38d8d0b0efc22 authored by Guido van Rossum on 01 March 2001, 00:36:53 UTC
Use
Tip revision: cd81ea1
File Mode Size
command
README -rw-r--r-- 752 bytes
__init__.py -rw-r--r-- 217 bytes
archive_util.py -rw-r--r-- 6.3 KB
bcppcompiler.py -rw-r--r-- 14.0 KB
ccompiler.py -rw-r--r-- 42.0 KB
cmd.py -rw-r--r-- 18.9 KB
core.py -rw-r--r-- 8.0 KB
cygwinccompiler.py -rw-r--r-- 17.0 KB
dep_util.py -rw-r--r-- 4.2 KB
dir_util.py -rw-r--r-- 7.7 KB
dist.py -rw-r--r-- 38.7 KB
errors.py -rw-r--r-- 3.5 KB
extension.py -rw-r--r-- 8.8 KB
fancy_getopt.py -rw-r--r-- 17.9 KB
file_util.py -rw-r--r-- 8.0 KB
filelist.py -rw-r--r-- 12.9 KB
msvccompiler.py -rw-r--r-- 17.7 KB
mwerkscompiler.py -rw-r--r-- 8.3 KB
spawn.py -rw-r--r-- 5.6 KB
sysconfig.py -rw-r--r-- 12.6 KB
text_file.py -rw-r--r-- 14.9 KB
unixccompiler.py -rw-r--r-- 10.1 KB
util.py -rw-r--r-- 16.5 KB
version.py -rw-r--r-- 11.2 KB

README

back to top