Posted by nano at 2006-03-06 19:44:51
/usr/lib/python2.3/site-packages/twisted/internet/defer.py:396: FutureWarning:
hex()/oct() of negative int will return a signed string in Python 2.4 and up
return "<%s at %s current result: %r>" % (cname,
hex(id(self)),
/usr/lib/python2.3/site-packages/twisted/internet/tcp.py:491: FutureWarning:
%u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up
s = '<%s to %s at %x>' % (self.__class__, self.addr, id(self))
Posted by jadestorm at 2006-03-07 01:23:05
Just a warning... but I'd like to shut it up at some point anyway.
Owner: ---