mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
merge 3.4 (#23844)
This commit is contained in:
commit
4b9df0d33b
3 changed files with 8 additions and 10 deletions
|
@ -64,7 +64,7 @@ BADKEY = data_file("badkey.pem")
|
|||
NOKIACERT = data_file("nokia.pem")
|
||||
NULLBYTECERT = data_file("nullbytecert.pem")
|
||||
|
||||
DHFILE = data_file("dh512.pem")
|
||||
DHFILE = data_file("dh1024.pem")
|
||||
BYTES_DHFILE = os.fsencode(DHFILE)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue