• Guido van Rossum's avatar
    Per Cederqvist writes: · 60e7330f
    Guido van Rossum yazdı
    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.
    60e7330f
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...