[issue35640] Allow passing PathLike arguments to SimpleHTTPRequestHandler

2019-09-11 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.9 -Python 3.7 ___ Python tracker ___ __

[issue35640] Allow passing PathLike arguments to SimpleHTTPRequestHandler

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: 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/781266ebb60e7ac781a3e07030d9227572

[issue35640] Allow passing PathLike arguments to SimpleHTTPRequestHandler

2019-01-02 Thread Géry
Change by Géry : -- nosy: +maggyero, mdk, xtreak versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue35640] Allow passing PathLike arguments to SimpleHTTPRequestHandler

2019-01-02 Thread Emmanuel Arias
New submission from Emmanuel Arias : 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 -- components: Library (Lib) messages: 332873 nosy: eamanu p