From: Benjamin Peterson Date: Thu, 14 May 2009 23:31:04 +0000 (+0000) Subject: this statement isn't actually true X-Git-Tag: v3.1rc1~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95d78ec3026b59b8c28a062f343dc7d9e6e08033;p=thirdparty%2FPython%2Fcpython.git this statement isn't actually true --- diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index 5d121e9acc26..0ae5ca4d08b7 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -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`.)