[issue8940] *HTTPServer need a summary page with API inheritance table

2020-04-26 Thread Zachary Ware


Zachary Ware  added the comment:

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).

--
nosy: +zach.ware
resolution:  -> rejected
stage: needs patch -> resolved
status: languishing -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8940] *HTTPServer need a summary page with API inheritance table

2010-06-15 Thread anatoly techtonik

anatoly techtonik techto...@gmail.com added the comment:

No.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8940
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8940] *HTTPServer need a summary page with API inheritance table

2010-06-15 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

May I ask why?

--
nosy: +georg.brandl

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8940
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8940] *HTTPServer need a summary page with API inheritance table

2010-06-15 Thread Giampaolo Rodola'

Changes by Giampaolo Rodola' g.rod...@gmail.com:


--
nosy: +giampaolo.rodola

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8940
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8940] *HTTPServer need a summary page with API inheritance table

2010-06-15 Thread anatoly techtonik

anatoly techtonik techto...@gmail.com added the comment:

1. No time
2. Looks complicated

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8940
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8940] *HTTPServer need a summary page with API inheritance table

2010-06-15 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
status: open - languishing

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8940
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8940] *HTTPServer need a summary page with API inheritance table

2010-06-13 Thread Ezio Melotti

Ezio Melotti ezio.melo...@gmail.com added the comment:

Can you provide a patch?

--
nosy: +ezio.melotti
stage:  - needs patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8940
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8940] *HTTPServer need a summary page with API inheritance table

2010-06-08 Thread anatoly techtonik

New submission from anatoly techtonik techto...@gmail.com:

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.

--
assignee: d...@python
components: Documentation
messages: 107321
nosy: d...@python, techtonik
priority: normal
severity: normal
status: open
title: *HTTPServer need a summary page with API inheritance table
versions: Python 2.7, Python 3.1, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8940
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com