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 Алексей Смирнов
Recipients Алексей Смирнов
Date 2015-09-16.09:26:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442395563.59.0.192959239996.issue25139@psf.upfronthosting.co.za>
In-reply-to
Content
https://github.com/python/cpython/blob/3.5/Lib/socketserver.py#L627
Must be:
try:
    self.finish_request(request, client_address)
except:
    self.handle_error(request, client_address)
finally:
    self.shutdown_request(request)
History
Date User Action Args
2015-09-16 09:26:03Алексей Смирновsetrecipients: + Алексей Смирнов
2015-09-16 09:26:03Алексей Смирновsetmessageid: <1442395563.59.0.192959239996.issue25139@psf.upfronthosting.co.za>
2015-09-16 09:26:03Алексей Смирновlinkissue25139 messages
2015-09-16 09:26:03Алексей Смирновcreate