Message 350512 - Python tracker
Message350512
| Author | wingel71 |
|---|---|
| Recipients | christian.heimes, wingel71 |
| Date | 2019-08-26.08:49:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1566809344.46.0.817861457106.issue37952@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Add support for the export_keying_material function to the SSL library. Tested with Python 3.7.4 and Python master branch: https://github.com/wingel/cpython/tree/export_keying_material-3.7.4 https://github.com/wingel/cpython/tree/export_keying_material-master Is this the correct format for a patch? Should I include the automatically generated clinic changes in my patch or not? What about the "versionadded::" string in the documentation? Should I include a line like that or does it only generate unneccessary conflicts? Anything else I need to do? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-08-26 08:49:04 | wingel71 | set | recipients: + wingel71, christian.heimes |
| 2019-08-26 08:49:04 | wingel71 | set | messageid: <1566809344.46.0.817861457106.issue37952@roundup.psfhosted.org> |
| 2019-08-26 08:49:04 | wingel71 | link | issue37952 messages |
| 2019-08-26 08:49:04 | wingel71 | create | |