Collin Winter wrote:

> I believe the original proposal was something like
> 
> raise E(V).with_traceback(T)

Does this mean you're not intending to have any syntactic
variant of the raise statement that includes a traceback
in 3.0? Or is this just so that forward-compatible code
can be written in 2.6?

If you wanted a distinctive syntax, it could be something
like

   raise e with t

--
Greg
_______________________________________________
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

Reply via email to