Message 250833 - Python tracker
Message250833
| 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 | Алексей Смирнов | set | recipients: + Алексей Смирнов |
| 2015-09-16 09:26:03 | Алексей Смирнов | set | messageid: <1442395563.59.0.192959239996.issue25139@psf.upfronthosting.co.za> |
| 2015-09-16 09:26:03 | Алексей Смирнов | link | issue25139 messages |
| 2015-09-16 09:26:03 | Алексей Смирнов | create | |