[Python-Dev] PyCObject_AsVoidPtr removed from python 3.2
Terry Reedy
tjreedy at udel.edu
Mon Mar 7 03:56:57 CET 2011
More information about the Python-Dev mailing list
Mon Mar 7 03:56:57 CET 2011
- Previous message: [Python-Dev] PyCObject_AsVoidPtr removed from python 3.2 - is this documented?
- Next message: [Python-Dev] PyCObject_AsVoidPtr removed from python 3.2 - is this documented?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/6/2011 6:09 PM, Barry Scott wrote: > I see that PyCObject_AsVoidPtr has been removed from python 3.2. > The 3.2 docs do not seem to explain this has happened and what > to replace it with. > > I searched the 3.2 docs and failed to find PyCObject_AsVoidPtr. > I looked at the whats new page and the API PEP. Did I miss > where this is documented? Georg recently reaffirmed on a tracker issue that when something is removed from the code, it is removed from the docs also. So the place to look for a deprecation notice and replacement suggestion is in the last release where present. -- Terry Jan Reedy
- Previous message: [Python-Dev] PyCObject_AsVoidPtr removed from python 3.2 - is this documented?
- Next message: [Python-Dev] PyCObject_AsVoidPtr removed from python 3.2 - is this documented?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list