Message 396255 - Python tracker
Message396255
| Author | vstinner |
|---|---|
| Recipients | Anthony Sottile, Mark.Shannon, domdfcoding, gvanrossum, pablogsal, vstinner |
| Date | 2021-06-21.15:42:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1624290137.73.0.533311821682.issue44297@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Can the issue be closed?
I'm not sure which assertion failed in test_ssl.test_pha_required_nocert(). I bet on this one:
with self.assertRaisesRegex(
ssl.SSLError,
'(certificate required|EOF occurred)'
):
I don't know if the commit 82e5c28af7049c4f5343c808f172cbe2e145f49b is supported is to fix issue or not. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-06-21 15:42:17 | vstinner | set | recipients: + vstinner, gvanrossum, Mark.Shannon, Anthony Sottile, pablogsal, domdfcoding |
| 2021-06-21 15:42:17 | vstinner | set | messageid: <1624290137.73.0.533311821682.issue44297@roundup.psfhosted.org> |
| 2021-06-21 15:42:17 | vstinner | link | issue44297 messages |
| 2021-06-21 15:42:17 | vstinner | create | |