diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-05-14 23:31:04 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-05-14 23:31:04 (GMT) |
commit | 95d78ec3026b59b8c28a062f343dc7d9e6e08033 (patch) | |
tree | 2ac08f2b8a978f78813edc1c61bd5cc84685bfe8 | |
parent | 4f20a741ebbd10eb1f7cce0b004b371ab5cd28fa (diff) | |
download | cpython-95d78ec3026b59b8c28a062f343dc7d9e6e08033.zip cpython-95d78ec3026b59b8c28a062f343dc7d9e6e08033.tar.gz cpython-95d78ec3026b59b8c28a062f343dc7d9e6e08033.tar.bz2 |
this statement isn't actually true
-rw-r--r-- | Doc/whatsnew/3.1.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index 5d121e9..0ae5ca4 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`.) |