[Twisted-Python] regarding callbacks.

2012-04-30 Thread moses dsouza
Hi Guys I was reading http://technicae.cogitat.io/2012/03/conversation-with-guido-about-callbacks.html . I'm not done with it yet but I'm sure some of you would have already read this. Would there be any changes required in Twisted code because of the views in this blog ? Or put it in another way

[Twisted-Python] regarding #5412

2012-02-03 Thread moses dsouza
Hi Is this #5412 valid ? I ask because there aren't any comments against this bug. I'll provide a patch on confirmation. regards moijes12 ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/

[Twisted-Python] regarding ticket #2328

2012-01-19 Thread moses dsouza
Hi Can anyone provide any ideas how to get started on this one ? Is this still open ? regards moijes12 ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] regarding classes and functions in twisted.python.reflect

2011-12-29 Thread moses dsouza
Hi I'm new to twisted. While was working on bug #5385 I noticed that classes AccessorType, PropertyAccessor, Accessor and Summer were rarely used elsewhere in the code. Similaryly many functions exists which are unused. Do we need these functions and classes? I do understand that the purpose t.pyt