]> granicus.if.org Git - python/commit
bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398)
authorGéry Ogam <gery.ogam@gmail.com>
Wed, 11 Sep 2019 13:03:46 +0000 (15:03 +0200)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 11 Sep 2019 13:03:46 +0000 (14:03 +0100)
commit781266ebb60e7ac781a3e07030d92275721ff3cf
tree8a39e79a64aa7421f2fc0f191ee2c053fa746966
parente1d455f3a3b82c2e08d5e133bcbab5a181b66cfb
bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398)
Doc/library/http.server.rst
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/NEWS.d/next/Library/2019-09-10-15-52-55.bpo-35640.X0lp5f.rst [new file with mode: 0644]