[Python-Dev] PyCObject_AsVoidPtr removed from python 3.2
"Martin v. Löwis"
martin at v.loewis.de
Mon Mar 7 10:33:17 CET 2011
More information about the Python-Dev mailing list
Mon Mar 7 10:33:17 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 ]
Am 07.03.2011 10:14, schrieb Nick Coghlan: > On Mon, Mar 7, 2011 at 6:36 PM, John Arbash Meinel > <john at arbash-meinel.com> wrote: >> >> Especially since, AIUI, deprecations are suppressed by default now. > > True, but developers are expected to run their tests with them enabled. I think everything here is as it should be. People who really cared about forwards compatibility could have known, but factually, most people don't care enough. Those then learn for the first time that some feature was deprecated after it is actually removed. They then ask why it is removed, and somebody will tell them. The OP is actually wrong that this isn't documented in "what's new"; there is an item about it in the "porting to 3.2" section. Regards, Martin
- 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