[Twisted-Python] More coil TODOs

Itamar Shtull-Trauring twisted at itamarst.org
Fri Mar 29 05:45:32 EST 2002


== Make ports visible ==
Currently, tcp/udp/ssl are treated as collections of protocol factories. I 
am going to change this to collections of Ports, so that you can configure 
interfaces to listen on, context factories for SSL, etc. The protocol 
factory will just be another attribute.

This should have no effect on people who are coiling their apps.


== Make old TAPs work ==
The refactor broke old taps - they can no longer be loaded since they refer 
to non-existence classes in twisted.internet.app.

This can probably be easily solved (make a dummy PortsCollection class and 
delete the attributes of the loaded application that refer to it.)





More information about the Twisted-Python mailing list