On Mon, Apr 14, 2008 at 2:05 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> I thought I had a reasonable proposal: deprecate in 3.1, remove in
>  3.3. Adding a PendingDeprecationWarning in 3.0 would be fine. Doing
>  anything in 2.6 would not be fine, except perhaps making it a
>  PendingDeprecationWarning whan -3 is given.
I'm working on a patch for this. However, the exception system must
call PyString_Format, because a warning can cause infinite recursion.
What do you recommend?



-- 
Cheers,
Benjamin Peterson
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to