[Python-3000-checkins] r64683 - python/branches/py3k/Misc/NEWS

amaury.forgeotdarc python-3000-checkins at python.org
Thu Jul 3 01:02:21 CEST 2008


Author: amaury.forgeotdarc
Date: Thu Jul  3 01:02:21 2008
New Revision: 64683

Log:
Add a NEWS entry for Issue #3247.


Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Thu Jul  3 01:02:21 2008
@@ -24,6 +24,12 @@
   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
 -----------
 


More information about the Python-3000-checkins mailing list