E&S CVS Commit: PEAK - 'peak.running.commands.AbstractCommand' now offers a '_run()' method that
pje at eby-sarna.com
pje at eby-sarna.com
Wed Aug 13 19:38:00 EDT 2003
Module Name: PEAK
Committed By: pje
Date: Wed Aug 13 23:36:59 UTC 2003
Modified Files:
PEAK: CHANGES.txt
PEAK/src/peak/running: commands.py
PEAK/src/peak/running/tools/n2: main.py
Log Message:
'peak.running.commands.AbstractCommand' now offers a '_run()' method that
can be overridden in subclasses, instead of 'run()'. If you override the
new '_run()' method instead, you get the advantage of automatic handling
for invocation errors and 'SystemExit' exceptions, provided for you by the
'run()' method.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.69&r2=1.70
http://cvs.eby-sarna.com/PEAK/src/peak/running/commands.py.diff?r1=1.31&r2=1.32
http://cvs.eby-sarna.com/PEAK/src/peak/running/tools/n2/main.py.diff?r1=1.5&r2=1.6
To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 PEAK/CHANGES.txt
cvs rdiff -r1.31 -r1.32 PEAK/src/peak/running/commands.py
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/running/tools/n2/main.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list