E&S CVS Commit: PyProtocols - More work on Twisted adaptation. Still not tested, but fewer XXX's now.
pje at eby-sarna.com
pje at eby-sarna.com
Wed Jun 4 19:20:00 EDT 2003
Module Name: PyProtocols
Committed By: pje
Date: Wed Jun 4 23:20:01 UTC 2003
Modified Files:
PyProtocols/src/protocols: classic.py
Log Message:
More work on Twisted adaptation. Still not tested, but fewer XXX's now.
I'm beginning to think I should move these "foreign" interface adaptations
to separate modules, and require you to import them manually, e.g.
'import protocols.twisted_support' or 'import protocols.zope_support'. As
it sits now, importing 'protocols' forces attempts to import parts of Zope
and Twisted, which unnecessarily consumes memory if you didn't intend to
use them.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/protocols/classic.py.diff?r1=1.11&r2=1.12
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 PyProtocols/src/protocols/classic.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