Staging
v0.5.1
https://github.com/python/cpython
Revision 2167a09dd8d52bbdea5d0b49efdac3ffadc4c9ea authored by Anthony Baxter on 18 April 2002, 05:13:38 UTC, committed by Anthony Baxter on 18 April 2002, 05:13:38 UTC
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
1 parent 720ba1f
History
Tip revision: 2167a09dd8d52bbdea5d0b49efdac3ffadc4c9ea authored by Anthony Baxter on 18 April 2002, 05:13:38 UTC
backport gvanrossum's patch:
Tip revision: 2167a09
File Mode Size
.cvsignore -rw-r--r-- 31 bytes
Grammar -rw-r--r-- 4.4 KB

back to top