diff options
author | Eli Bendersky <eliben@gmail.com> | 2013-03-06 14:21:46 (GMT) |
---|---|---|
committer | Eli Bendersky <eliben@gmail.com> | 2013-03-06 14:21:46 (GMT) |
commit | 3612da6b2bcb6e4658333e07e55ecb7432f10471 (patch) | |
tree | d66b137c5cae7d6ec4c6186c3e56635bf9f875fd /Misc/NEWS | |
parent | d867bad0fc70f0d748975e2b522a072c0e530a4c (diff) | |
download | cpython-3612da6b2bcb6e4658333e07e55ecb7432f10471.zip cpython-3612da6b2bcb6e4658333e07e55ecb7432f10471.tar.gz cpython-3612da6b2bcb6e4658333e07e55ecb7432f10471.tar.bz2 |
call_commethod was only used in samples/Windows, which no longer exists.
This method is dead code - not documented, not tested. As far as we know, it
can be horribly broken.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -881,6 +881,9 @@ Library `sha3_256`, `sha3_384` and `sha3_512`. As part of the patch some common code was moved from _hashopenssl.c to hashlib.h. +- ctypes.call_commethod was removed, since its only usage was in the defunct + samples directory. + Extension Modules ----------------- |