]> granicus.if.org Git - python/commitdiff
this statement isn't actually true
authorBenjamin Peterson <benjamin@python.org>
Thu, 14 May 2009 23:31:04 +0000 (23:31 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 14 May 2009 23:31:04 +0000 (23:31 +0000)
Doc/whatsnew/3.1.rst

index 5d121e9acc2671aa2c6f482a862a2c0458932d0f..0ae5ca4d08b76a30958b794e7cde1e543893aa28 100644 (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 calling a destructor.
 
-  The old type had a problematic API and is now deprecated.  To ease
-  transitioning code, the new type was implemented as a subtype of
-  :ctype:`PyCObject` API.
+  The old type had a problematic API and is now deprecated.
 
   (Contributed by Larry Hastings; :issue:`5630`.)