Files
cpython/Lib/SocketServer.py
Anthony Baxter a3597faa10 backport gvanrossum's patch:
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 :-).


Original patches were:
python/dist/src/Lib/SocketServer.py:1.31
2002-04-18 05:13:41 +00:00

18 KiB