E&S CVS Commit: PyProtocols - Implement CLOS-style "before methods" and "after methods" for default

pje at eby-sarna.com pje at eby-sarna.com
Mon Jan 10 20:48:01 EST 2005


Module Name:	PyProtocols
Committed By:	pje
Date:		Tue Jan 11 01:47:59 UTC 2005

Modified Files:
	PyProtocols/src/dispatch: combiners.txt functions.py strategy.py

Log Message:
Implement CLOS-style "before methods" and "after methods" for default
generic function implementation, along with framework support for CLOS-like
"qualified" methods in general.  Added more doc on 'next_method' argument.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/combiners.txt.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/functions.py.diff?r1=1.21&r2=1.22
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/strategy.py.diff?r1=1.12&r2=1.13

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PyProtocols/src/dispatch/combiners.txt
cvs rdiff -r1.21 -r1.22 PyProtocols/src/dispatch/functions.py
cvs rdiff -r1.12 -r1.13 PyProtocols/src/dispatch/strategy.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