mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
remove old undocumented compat interfaces in hashlib and pwd #5881
This commit is contained in:
parent
ec75312eaa
commit
e04b627a11
5 changed files with 6 additions and 16 deletions
|
@ -281,12 +281,6 @@ static PyGetSetDef EVP_getseters[] = {
|
|||
(getter)EVP_get_block_size, NULL,
|
||||
NULL,
|
||||
NULL},
|
||||
/* the old md5 and sha modules support 'digest_size' as in PEP 247.
|
||||
* the old sha module also supported 'digestsize'. ugh. */
|
||||
{"digestsize",
|
||||
(getter)EVP_get_digest_size, NULL,
|
||||
NULL,
|
||||
NULL},
|
||||
{NULL} /* Sentinel */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue