This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients docs@python, orsenthil, techtonik
Date 2010-06-17.11:55:42
SpamBayes Score 0.0030985104
Marked as misclassified No
Message-id <1276775744.49.0.973194166053.issue8937@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you. The wording can surely be improved, but it is much better than nothing. 

I'd reword the first para further:

> The :func:`test` function in the :mod:`SimpleHTTPServer` module is an example of using :class:`SimpleHTTPRequestHandler` with :class:`BaseHTTPServer` class.

BTW, it is still bad, because:
1. I'd assume that test function is described in documentation and not located in module source
2. users usually don't know where to look for the module source - doc should be self-sufficient
3. SimpleHTTPServer.test() is a proxy call for BaseHTTPServer.test()
History
Date User Action Args
2010-06-17 11:55:44techtoniksetrecipients: + techtonik, orsenthil, docs@python
2010-06-17 11:55:44techtoniksetmessageid: <1276775744.49.0.973194166053.issue8937@psf.upfronthosting.co.za>
2010-06-17 11:55:42techtoniklinkissue8937 messages
2010-06-17 11:55:42techtonikcreate