[issue46738] Allow http.server to emit HTML 5

2022-02-15 Thread Martin Panter
Change by Martin Panter : -- superseder: -> Generate HTML 5 with SimpleHTTPRequestHandler.list_directory ___ Python tracker ___

[issue46738] Allow http.server to emit HTML 5

2022-02-15 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: Looks like this is a duplicate of issue46736. Seems like a good idea though! -- nosy: +Jelle Zijlstra resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker

[issue46738] Allow http.server to emit HTML 5

2022-02-13 Thread Tzu-ping Chung
New submission from Tzu-ping Chung : Currently, a directory listing page emitted by http.parser uses the HTML 4.01 doctype. While this is perfectly fine for most uses, the server tool is sometimes used for things that require another doctype; PEP 503[1], for example, requires an HTML 5