Staging
v0.5.0
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
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 2.3 KB
LICENSE -rw-r--r-- 11.5 KB
Makefile.pre.in -rw-r--r-- 21.8 KB
README -rw-r--r-- 38.8 KB
acconfig.h -rw-r--r-- 6.3 KB
config.h.in -rw-r--r-- 17.1 KB
configure -rwxr-xr-x 181.7 KB
configure.in -rw-r--r-- 38.2 KB
install-sh -rwxr-xr-x 5.5 KB
setup.py -rw-r--r-- 25.2 KB

README

back to top