This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Allow passing PathLike arguments to SimpleHTTPRequestHandler
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: eamanu, maggyero, mdk, xtreak, zach.ware
Priority: normal Keywords:

Created on 2019-01-02 12:53 by eamanu, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 11398 merged eamanu, 2019-01-02 12:53
Messages (2)
msg332873 - (view) Author: Emmanuel Arias (eamanu) * Date: 2019-01-02 12:53
Hi, 

A PR was opened https://github.com/python/cpython/pull/11398. This PR seems interest in the sense that this allow passing a pathlike arguments to SimpleHTTPRequestHandler. 

Regards
msg351852 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2019-09-11 13:03
New changeset 781266ebb60e7ac781a3e07030d92275721ff3cf by Zachary Ware (Géry Ogam) in branch 'master':
bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398)
https://github.com/python/cpython/commit/781266ebb60e7ac781a3e07030d92275721ff3cf
History
Date User Action Args
2022-04-11 14:59:09adminsetgithub: 79821
2019-09-11 13:07:44zach.waresetstatus: open -> closed
stage: resolved
resolution: fixed
versions: + Python 3.9, - Python 3.7
2019-09-11 13:03:49zach.waresetnosy: + zach.ware
messages: + msg351852
2019-01-02 14:19:28maggyerosetnosy: + mdk, maggyero, xtreak

versions: + Python 3.7
2019-01-02 12:53:41eamanucreate