]> granicus.if.org Git - python/commitdiff
Add a NEWS entry for Issue #3247.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 2 Jul 2008 23:02:21 +0000 (23:02 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 2 Jul 2008 23:02:21 +0000 (23:02 +0000)
Misc/NEWS

index af84a40a74032f69020c8867748dbcf8ae63f88e..9b3c35a49a3fed1f45bd7b6db163cdf053b41474 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,12 @@ Library
   code of every single module of the standard library, including invalid files
   used in the test suite.
 
+C API
+-----
+
+- Issue #3247: the function Py_FindMethod was removed. Modern types should
+  use the tp_methods slot instead.
+
 Tools/Demos
 -----------