Hello,
I was just wondering what the current status of the effort to upgrade
trac on twistedmatrix.com is.
Thanks,
Jean-Paul
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-p
Hi Exarkun,
I tried hacking the addWriter method as follows:
add_writer_orig = reactor.__class__.addWriter #@UndefinedVariable
def my_add_writer(self, writer):
logging.warn(writer.__class__.__mro__)
logging.warn(''.join(traceback.format_stack()))
On 01:49 pm, killia...@gmail.com wrote:
Hi Exarkun,
I tried hacking the addWriter method as follows:
add_writer_orig = reactor.__class__.addWriter
#@UndefinedVariable
def my_add_writer(self, writer):
logging.warn(writer.__class__.__mro__)
logging.warn(''.joi