summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-03-06 14:21:46 (GMT)
committerEli Bendersky <eliben@gmail.com>2013-03-06 14:21:46 (GMT)
commit3612da6b2bcb6e4658333e07e55ecb7432f10471 (patch)
treed66b137c5cae7d6ec4c6186c3e56635bf9f875fd /Misc/NEWS
parentd867bad0fc70f0d748975e2b522a072c0e530a4c (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a0dd2f6..adecfe2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----------------