Staging
v0.8.1
https://github.com/python/cpython
Revision 60e7330fee3e34732ab55cd6bb1212e138c11f7f authored by Guido van Rossum on 30 March 1999, 20:17:31 UTC, committed by Guido van Rossum on 30 March 1999, 20:17:31 UTC
If you send something like "PUT / HTTP/1.0" to something derived from
BaseHTTPServer that doesn't define do_PUT, you will get a response
that begins like this:

	HTTP/1.0 501 Unsupported method ('do_PUT')
	Server: SimpleHTTP/0.3 Python/1.5
	Date: Tue, 30 Mar 1999 18:53:53 GMT

The server should complain about 'PUT' instead of 'do_PUT'.  This
patch should fix the problem.
1 parent 275e834
History
Tip revision: 60e7330fee3e34732ab55cd6bb1212e138c11f7f authored by Guido van Rossum on 30 March 1999, 20:17:31 UTC
Per Cederqvist writes:
Tip revision: 60e7330
File Mode Size
Makefile.in -rw-r--r-- 2.8 KB
atof.c -rw-r--r-- 2.3 KB
bltinmodule.c -rw-r--r-- 56.6 KB
ceval.c -rw-r--r-- 62.7 KB
compile.c -rw-r--r-- 74.0 KB
dup2.c -rw-r--r-- 691 bytes
errors.c -rw-r--r-- 8.8 KB
fmod.c -rw-r--r-- 1.9 KB
frozen.c -rw-r--r-- 2.4 KB
frozenmain.c -rw-r--r-- 2.9 KB
getargs.c -rw-r--r-- 24.0 KB
getcompiler.c -rw-r--r-- 1.8 KB
getcopyright.c -rw-r--r-- 1.6 KB
getcwd.c -rw-r--r-- 2.8 KB
getmtime.c -rw-r--r-- 1.8 KB
getopt.c -rw-r--r-- 2.4 KB
getplatform.c -rw-r--r-- 1.6 KB
getversion.c -rw-r--r-- 1.7 KB
graminit.c -rw-r--r-- 24.1 KB
hypot.c -rw-r--r-- 309 bytes
import.c -rw-r--r-- 54.7 KB
importdl.c -rw-r--r-- 30.0 KB
importdl.h -rw-r--r-- 2.0 KB
marshal.c -rw-r--r-- 15.5 KB
memmove.c -rw-r--r-- 1.9 KB
modsupport.c -rw-r--r-- 10.4 KB
mystrtoul.c -rw-r--r-- 4.6 KB
pyfpe.c -rw-r--r-- 629 bytes
pystate.c -rw-r--r-- 5.5 KB
pythonmain.c -rw-r--r-- 5.8 KB
pythonrun.c -rw-r--r-- 26.2 KB
sigcheck.c -rw-r--r-- 2.0 KB
strdup.c -rw-r--r-- 262 bytes
strerror.c -rw-r--r-- 1.9 KB
strtod.c -rw-r--r-- 5.1 KB
structmember.c -rw-r--r-- 6.5 KB
sysmodule.c -rw-r--r-- 18.2 KB
thread.c -rw-r--r-- 3.8 KB
thread_beos.h -rw-r--r-- 9.1 KB
thread_cthread.h -rw-r--r-- 5.3 KB
thread_foobar.h -rw-r--r-- 4.2 KB
thread_lwp.h -rw-r--r-- 5.5 KB
thread_nt.h -rw-r--r-- 7.4 KB
thread_os2.h -rw-r--r-- 5.6 KB
thread_pthread.h -rw-r--r-- 11.8 KB
thread_sgi.h -rw-r--r-- 13.6 KB
thread_solaris.h -rw-r--r-- 6.0 KB
traceback.c -rw-r--r-- 6.7 KB

back to top