]> granicus.if.org Git - python/commit
bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and...
authorStéphane Wirtel <stephane@wirtel.be>
Wed, 24 May 2017 07:29:06 +0000 (09:29 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 24 May 2017 07:29:06 +0000 (00:29 -0700)
commita17a2f52c4c3b37414da95a152fc8669978c7c83
treeabf6327c00ac9ae647474b4b63a704a396ba5a58
parent07244a83014fad42da937c17d98474b47a570bf7
bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and http.server module (#1776)

* bpo-28707: call the constructor of SimpleHTTPRequestHandler in the test with a mock object

* bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and http.server module
Doc/library/http.server.rst
Doc/whatsnew/3.7.rst
Lib/http/server.py
Lib/test/test_httpservers.py