E&S CVS Commit: PyProtocols - Bug fix: defining an adapter from one protocol to another, when that

pje at eby-sarna.com pje at eby-sarna.com
Sun Jan 25 19:01:00 EST 2004


Module Name:	PyProtocols
Committed By:	pje
Date:		Mon Jan 26 00:00:58 UTC 2004

Modified Files:
	PyProtocols: CHANGES.txt
	PyProtocols/src/protocols: interfaces.py
	PyProtocols/src/protocols/tests: __init__.py

Log Message:
Bug fix: defining an adapter from one protocol to another, when that
adapter does not shorten the adaptation path, would produce a spurious
'KeyError'.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/CHANGES.txt.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PyProtocols/src/protocols/interfaces.py.diff?r1=1.12&r2=1.13
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/__init__.py.diff?r1=1.11&r2=1.12

To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 PyProtocols/CHANGES.txt
cvs rdiff -r1.12 -r1.13 PyProtocols/src/protocols/interfaces.py
cvs rdiff -r1.11 -r1.12 PyProtocols/src/protocols/tests/__init__.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