mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
Add a NEWS entry for Issue #3247.
This commit is contained in:
parent
87ce6d70ed
commit
612f61f0f0
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue