[Twisted-Python] irc bug report reminders (Twisted-0.18.0)

#1: File "/usr/lib/python2.2/site-packages/twisted/internet/app.py", line 430, in run reactor.listenUDP(port, factory, interface, maxPacketSize) File "/usr/lib/python2.2/site-packages/twisted/internet/default.py", line 120, in listenUDP return udp.Port(self, port, factory, interface, maxPacketSize) TypeError: __init__() takes at most 5 arguments (6 given) #2: 16:08 < typo_> hmm, is app.listenSSL currently "temporarily unimplemented" because of the reactor transition ? 16:08 < itamar> apparently 16:08 < itamar> that's a bug though 16:08 < radix> eep 16:09 < itamar> or maybe glyph didn't feel like making a custom XML format for that 16:09 < itamar> god that sucks 16:09 < itamar> anyway, do reactor.listenSSL, it'll be sorted out by next release I hope

Paul Boehm wrote:
File "/usr/lib/python2.2/site-packages/twisted/internet/app.py", line 430, in run reactor.listenUDP(port, factory, interface, maxPacketSize) File "/usr/lib/python2.2/site-packages/twisted/internet/default.py", line 120, in listenUDP return udp.Port(self, port, factory, interface, maxPacketSize) TypeError: __init__() takes at most 5 arguments (6 given)
OK, this bug is fixed in CVS. Thanks for the bug reports!
participants (2)
-
Itamar Shtull-Trauring
-
Paul Boehm