[Python-3000] [Python-ideas] Namespaces are one honking great idea -- let's do more of those!

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Feb 3 21:47:27 CET 2008


Stephen J. Turnbull wrote:

> If somebody's introduction to Python is Python 3, I don't see why
> they'd want to go back except for a specific app.

A specified app seems quite a likely reason to me. And
if they've gotten used to "python" taking them to python3.x,
they'll get a surprise when it suddenly starts pointing to
2.x after they installed an older Python for what to them
was meant to be a restricted purpose.

I just think the python2 and python3 worlds should be
kept separate by default, seeing as there are both forwards
and backwards incompatibilities.

--
Greg


More information about the Python-3000 mailing list