New submission from Myron Walker <myron.wal...@gmail.com>:

SimpleHTTPRequestHandler has hard coded index page list in the send_head 
method.  The fixed hard-coded list means that if you want to have a custom 
index page that is not named "index.htm" or "index.html" then you have to 
override the send_head method.  There is alot of code in send_head so 
overriding it is not optimal just to have a custom indexer filename.

----------
components: Library (Lib)
messages: 415534
nosy: Myron Walker
priority: normal
severity: normal
status: open
title: SimpleHTTPRequestHandler has hard coded index page list.
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue47063>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to