[Python-3000] self-contained exceptions

Guido van Rossum guido at python.org
Tue Jan 9 23:43:07 CET 2007


On 1/9/07, Phillip J. Eby <pje at telecommunity.com> wrote:
> That seems fine for 2.x, but 3.x should have Only One Way To Do It.  2.x
> needs both syntaxes to support writing forward-compatible code.

Really? I personally expect that that's a lost cause. A much more
modest goal would be to write code that doesn't need additional
changes after being run through the refactoring tool (sandbox/2to3).

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list