CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/05/15 04:45:59
Modified files:
lang/python/3.10/patches: patch-Modules__hashopenssl_c
lang/python/3.11/patches: patch-Modules__hashopenssl_c
Log message:
add a comment re NID_sha3_256/NID_sha512_256 patches to Python 3.10+;
partly to make it clear to external people looking at the patches that
these are now supported, and partly to discourage garbage-collecting
those bits of the patch until at least 7.4 is out (not required on
-current but still needed for -stable updates). ok tb@