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 bpb
Recipients alzheimer, bpb
Date 2008-01-23.10:55:31
SpamBayes Score 0.33693817
Marked as misclassified No
Message-id <1201085734.6.0.627384112106.issue1767511@psf.upfronthosting.co.za>
In-reply-to
Content
I've just bumped into this issue.  In my opinion the finish() method 
should only do anything if wfile is not empty, i.e:

temp = self.wfile.getvalue()
if temp:
    self.socket.sendto(temp, self.client_address)
History
Date User Action Args
2008-01-23 10:55:34bpbsetspambayes_score: 0.336938 -> 0.33693817
recipients: + bpb, alzheimer
2008-01-23 10:55:34bpbsetspambayes_score: 0.336938 -> 0.336938
messageid: <1201085734.6.0.627384112106.issue1767511@psf.upfronthosting.co.za>
2008-01-23 10:55:31bpblinkissue1767511 messages
2008-01-23 10:55:31bpbcreate