On May 5, 2010, at 8:23 AM, Lisandro Dalcin wrote: > How are we going to manage these old, deprecated pxd's? I would Like > to move all them to other place (let say Cython/IncludesOld) and add > that dir to the default search path for a few releases.
Or maybe even Cython/Includes/deprecated (where one would still be able to look them up as if they were top level with a warning 'till their gone). > No idea how to generate a deprecation warning, though. Maybe in the lookup module code, where it tries to locate the pxd, if all else fails it could try that directory (hard coded in) and raise a deprecation warning before failing. Somehow it'd be nice for the message to tell it where to actually look. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
