diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-09-25 21:23:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-25 21:23:47 (GMT) |
commit | 1ff1b899ce13b195d978736b78cd75ac021e64b5 (patch) | |
tree | 373b8f7ec76bc08e0e77031f3b49db606a453216 /Python/pythonrun.c | |
parent | 17a544b257ee3aeaa525350717ee56fd409d9c08 (diff) | |
download | cpython-1ff1b899ce13b195d978736b78cd75ac021e64b5.zip cpython-1ff1b899ce13b195d978736b78cd75ac021e64b5.tar.gz cpython-1ff1b899ce13b195d978736b78cd75ac021e64b5.tar.bz2 |
gh-119400: make_ssl_certs: update reference test data automatically, pass in expiration dates as parameters #119400 (GH-119401)
* Lib/test/certdata: do not hardcode reference cert data into tests
The script was simply printing the reference data and asking
users to update it by hand into the test suites. This can
be easily improved by writing the data into files and
having the test cases load the files.
* make_ssl_certs: make it possible to pass in expiration dates from command line
Note that in this commit, the defaults are same as they were,
so if nothing is specified the script works as before.
---------
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions