[issue40700] Make WSGIRequestHandler easier to be customized by the user

2020-05-28 Thread Manjusaka
Manjusaka added the comment: ping~ -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue40700] Make WSGIRequestHandler easier to be customized by the user

2020-05-20 Thread Manjusaka
Change by Manjusaka : -- keywords: +patch pull_requests: +19548 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20262 ___ Python tracker ___ __

[issue40700] Make WSGIRequestHandler easier to be customized by the user

2020-05-20 Thread Manjusaka
New submission from Manjusaka : Hello everyone I think we can make WSGIRequestHandler in wsgiref easier to be customized by the user Here's the detail the WSGIRequestHandler in wsgiref.simple_server has some code like this class WSGIRequestHandler(BaseHTTPRequestHandler): def handle(sel