this statement isn't actually true

This commit is contained in:
Benjamin Peterson 2009-05-14 23:31:04 +00:00
parent 4f20a741eb
commit 95d78ec302

View file

@ -454,9 +454,7 @@ Changes to Python's build process and to the C API include:
for passing typing safety information and a less complicated signature for passing typing safety information and a less complicated signature
for calling a destructor. for calling a destructor.
The old type had a problematic API and is now deprecated. To ease The old type had a problematic API and is now deprecated.
transitioning code, the new type was implemented as a subtype of
:ctype:`PyCObject` API.
(Contributed by Larry Hastings; :issue:`5630`.) (Contributed by Larry Hastings; :issue:`5630`.)