[Python-checkins] r72659 - python/branches/py3k/Doc/whatsnew/3.1.rst

benjamin.peterson python-checkins at python.org
Fri May 15 01:31:04 CEST 2009


Author: benjamin.peterson
Date: Fri May 15 01:31:04 2009
New Revision: 72659

Log:
this statement is actually true

Modified:
   python/branches/py3k/Doc/whatsnew/3.1.rst

Modified: python/branches/py3k/Doc/whatsnew/3.1.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.1.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.1.rst	Fri May 15 01:31:04 2009
@@ -454,9 +454,7 @@
   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`.)
 


More information about the Python-checkins mailing list