E&S CVS Commit: PyProtocols - Moved Zope/Twisted support to separate modules that are imported only upon

pje at eby-sarna.com pje at eby-sarna.com
Thu Jun 5 20:30:01 EDT 2003


Module Name:	PyProtocols
Committed By:	pje
Date:		Thu Jun  5 16:09:50 UTC 2003

Modified Files:
	PyProtocols/docs/ref: libprotocols.tex
	PyProtocols/src/protocols: classic.py
Added Files:
	PyProtocols/src/protocols: twisted_support.py zope_support.py

Log Message:
Moved Zope/Twisted support to separate modules that are imported only upon
demand.  Added compatibility notes to docs, covering the limitations of
Zope and Twisted interfaces relative to the protocols API.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/docs/ref/libprotocols.tex.diff?r1=1.26&r2=1.27
http://cvs.eby-sarna.com/PyProtocols/src/protocols/classic.py.diff?r1=1.12&r2=1.13
http://cvs.eby-sarna.com/PyProtocols/src/protocols/twisted_support.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PyProtocols/src/protocols/zope_support.py?rev=1.1&content-type=text/vnd.viewcvs-markup

To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 PyProtocols/docs/ref/libprotocols.tex
cvs rdiff -r1.12 -r1.13 PyProtocols/src/protocols/classic.py
cvs rdiff -r0 -r1.1 PyProtocols/src/protocols/twisted_support.py \
    PyProtocols/src/protocols/zope_support.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