Issue 8940: *HTTPServer need a summary page with API inheritance table (original) (raw)

Issue8940

Created on 2010-06-08 13:23 by techtonik, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (6)
msg107321 - (view) Author: anatoly techtonik (techtonik) Date: 2010-06-08 13:23
The abundance of methods and hierarchy depth of various servers from "Internet Protocols and Support" section makes it extremely hard to navigate information. You need a strong OOP background to be able to use this doc effectively, as examples are not intuitive otherwise. Usually you need a decent IDE (such as Eclipse) to get a picture of class hierarchy and a table of all available methods with a mark where they were inherited from. Such table (at least Class Hierarchy view screenshot from Eclipse) should be available in reference for descendant classes.
msg107725 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2010-06-13 08:13
Can you provide a patch?
msg107851 - (view) Author: anatoly techtonik (techtonik) Date: 2010-06-15 08:14
No.
msg107859 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-06-15 09:39
May I ask why?
msg107867 - (view) Author: anatoly techtonik (techtonik) Date: 2010-06-15 12:50
1. No time 2. Looks complicated
msg367393 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2020-04-27 04:46
Lacking a clearer description of exactly what should be changed and with an official warning in the docs against using the http.server module in production, I'm going to go ahead and close the issue (which happened to be the last issue with "languishing" status).
History
Date User Action Args
2022-04-11 14:57:02 admin set github: 53186
2020-04-27 04:46:47 zach.ware set status: languishing -> closednosy: + zach.waremessages: + resolution: rejectedstage: needs patch -> resolved
2010-06-15 12:53:22 r.david.murray set status: open -> languishing
2010-06-15 12:50:56 techtonik set messages: +
2010-06-15 12:27:18 giampaolo.rodola set nosy: + giampaolo.rodola
2010-06-15 09:39:39 georg.brandl set nosy: + georg.brandlmessages: +
2010-06-15 08:14:54 techtonik set messages: +
2010-06-13 08:13:01 ezio.melotti set nosy: + ezio.melottimessages: + stage: needs patch
2010-06-08 13:23:14 techtonik create