[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:41:35 CET 2008


> Leif Walsh wrote:

>>try:
>>    python.require('3.1')

A run-time test isn't sufficient, because not all 2.x
code will even parse in 3.x. Something syntactic is
needed.

--
Greg


More information about the Python-3000 mailing list