Ben Bass added the comment:
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)
----------
nosy: +bpb
_____________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1767511>
_____________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com