[Twisted-Python] Weekly Bug Summary

2020-06-27 Thread trac
Bug summary __ Summary for 2020-06-21 through 2020-06-28 Opened Closed Total Change Enhancements: 4 11 1441 -7 Defects: 3 3982 +0 Tasks: 0 0 9

Re: [Twisted-Python] composition VS. inheritance

2020-06-27 Thread Colin Dunklau
On Sat, Jun 27, 2020 at 8:48 AM Ian Haywood wrote: > In smb I have a SMBPacketReceiver that inherits from t.i.p.Protocol, it > breaks the incoming TCP stream into logical packets (the analogue of > LineReceiver in line-based protocols). > > I then subclass SMBPacketReceiver to SMBProtocol which d