Bugs item #957505, was opened at 2004-05-20 16:42 Message generated for change (Settings changed) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=957505&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: Python 2.3 Status: Closed Resolution: Fixed Priority: 5 Submitted By: Jon Giddy (jongiddy) >Assigned to: Georg Brandl (gbrandl) Summary: SocketServer module documentation misleading Initial Comment: The Python Library Reference page for the SocketServer module refers to RequestHandlerClass as though it was the name of an actual class. Actually, it should be either "request handler class" or "BaseRequestHandler". Secondly, in the second para of the BaseRequestHandler handle() method description, StreamRequestHandler and DatagramRequestHandler are referred to as mix-in classes when they are in fact subclasses of BaseRequestHandler. This error is also present in the comments at the start of the module. ---------------------------------------------------------------------- Comment By: Georg Brandl (birkenfeld) Date: 2005-07-18 07:39 Message: Logged In: YES user_id=1188172 Thanks for the suggestions. Your first point has already been clarified by adding more explanation to the docs, the second point I have corrected in Doc/lib/libsocksvr.tex r1.20, r1.18.4.2, Lib/SocketServer.py r1.40, r1.37.4.1. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=957505&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com