E&S CVS Commit: PyProtocols - Removed 'factory' parameter from the 'adapt()' function, bringing us more

pje at eby-sarna.com pje at eby-sarna.com
Sat Jun 19 17:49:00 EDT 2004


Module Name:	PyProtocols
Committed By:	pje
Date:		Sat Jun 19 21:48:15 UTC 2004

Modified Files:
	PyProtocols: CHANGES.txt TODO.txt
	PyProtocols/docs/ref: libprotocols.tex
	PyProtocols/src/protocols: _speedups.c _speedups.pyx api.py
	    interfaces.py

Log Message:
Removed 'factory' parameter from the 'adapt()' function, bringing us more
in line with PEP 246, and preparing for the removal of the second parameter
of adapter factories.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/CHANGES.txt.diff?r1=1.12&r2=1.13
http://cvs.eby-sarna.com/PyProtocols/TODO.txt.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PyProtocols/docs/ref/libprotocols.tex.diff?r1=1.41&r2=1.42
http://cvs.eby-sarna.com/PyProtocols/src/protocols/_speedups.c.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PyProtocols/src/protocols/_speedups.pyx.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PyProtocols/src/protocols/api.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PyProtocols/src/protocols/interfaces.py.diff?r1=1.16&r2=1.17

To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 PyProtocols/CHANGES.txt
cvs rdiff -r1.1 -r1.2 PyProtocols/TODO.txt
cvs rdiff -r1.41 -r1.42 PyProtocols/docs/ref/libprotocols.tex
cvs rdiff -r1.8 -r1.9 PyProtocols/src/protocols/_speedups.c \
    PyProtocols/src/protocols/_speedups.pyx
cvs rdiff -r1.10 -r1.11 PyProtocols/src/protocols/api.py
cvs rdiff -r1.16 -r1.17 PyProtocols/src/protocols/interfaces.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