[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Issue 35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler

The Wayback Machine - https://web.archive.org/web/20210523040611/https://bugs.python.org/issue35640

Issue35640

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 2019-09-11 13:07 by zach.ware. 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) * 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
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