On 5/29/06, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > Georg Brandl wrote: > > I thought more about PyArg_Parse for __deprecated__. > > Ah, PyArg_Parse can, of course. Having it actually do that should not > hurt, either - but you need a reliable check whether the compiler > supports __deprecated__.
Already done for gcc, see Py_DEPRECATED in pyport.h. Would be nice if someone could add support on Windows. n _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com