]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Moshe Zadka writes: When deploying SimpleHTTPServer, I noticed a
authorGuido van Rossum <guido@python.org>
Tue, 16 Nov 1999 19:04:32 +0000 (19:04 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Nov 1999 19:04:32 +0000 (19:04 +0000)
commitd7b147b040140b0c901c15c795ea1172b3c2a546
tree2dab29a785a4c26d1d9001f33387f2e3859bb27f
parented7f9e2425403060b04c8bcb3c58f37527a4ee46
Moshe Zadka writes: When deploying SimpleHTTPServer, I noticed a
problem: it does not encode/decode the urls, which is wrong.
Lib/SimpleHTTPServer.py