[Python-checkins] [python/cpython] a17a2f: bpo-28707: Add the directory parameter to http.ser...

GitHub noreply at github.com
Wed May 24 03:29:08 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: a17a2f52c4c3b37414da95a152fc8669978c7c83
      https://github.com/python/cpython/commit/a17a2f52c4c3b37414da95a152fc8669978c7c83
  Author: Stéphane Wirtel <stephane at wirtel.be>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
    M Doc/library/http.server.rst
    M Doc/whatsnew/3.7.rst
    M Lib/http/server.py
    M Lib/test/test_httpservers.py

  Log Message:
  -----------
  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




More information about the Python-checkins mailing list