[Python-checkins] python/dist/src/Lib/distutils/command clean.py,
1.16, 1.17
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Thu Mar 3 09:13:01 CET 2005
Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29339/Lib/distutils/command
Modified Files:
clean.py
Log Message:
Patch #1104111: Alter setup.py --help and --help-commands.
Index: clean.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/clean.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- clean.py 10 Nov 2004 22:23:15 -0000 1.16
+++ clean.py 3 Mar 2005 08:12:27 -0000 1.17
@@ -15,7 +15,7 @@
class clean (Command):
- description = "clean up output of 'build' command"
+ description = "clean up temporary files from 'build' command"
user_options = [
('build-base=', 'b',
"base build directory (default: 'build.build-base')"),
More information about the Python-checkins
mailing list