]> granicus.if.org Git - python/commit
SF bug #543318 (Frank J. Tobin).
authorGuido van Rossum <guido@python.org>
Mon, 15 Apr 2002 00:36:48 +0000 (00:36 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Apr 2002 00:36:48 +0000 (00:36 +0000)
commitbeae4777673fa2a749d326b4860c6a2b0b1ffa12
treef33002fedc97a62c80fa3f10267e8077449ea35c
parenta2da305211c23fc7090f95540cc1b793e474f9c1
SF bug #543318 (Frank J. Tobin).

In DatagramRequestHandler.setup(), the wfile initialization should be
StringIO.StringIO(), not StringIO.StringIO(slf.packet).

Bugfix candidate (all the way back to Python 1.5.2 :-).
Lib/SocketServer.py