[Python-Dev] http.server - reference to bug #427345

Glenn Linderman v+python at g.nevcal.com
Wed Nov 24 05:28:19 CET 2010


Where might I find the bug #427345 that is referred to in a comment 
inside http.server ?  Here is a code excerpt:

             # throw away additional data [see bug #427345]
             while select.select([self.rfile._sock], [], [], 0)[0]:
                 if not self.rfile._sock.recv(1):
                     break


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20101123/ab2774dd/attachment.html>


More information about the Python-Dev mailing list