On 3/20/08, Anand Balachandran Pillai <[EMAIL PROTECTED]> wrote: > There are also many bugs filed for Py3k which are patterned > like "deprecated feature <oldfeature> should raise a warning in py3k". > Are they in any priority ?
Do you really mean warn in 3.0? Or do you mean that they're gone (or should be, or might be) in 3.x, and should raise a warning in 2.6, given the -3 flag? If something is removed in 3.0, would a failure to warn in 2.x under -3 mode be considered a bug that could get fixed in 2.6.1, or would the warning have to wait for 2.7? -jJ _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
