[Python-Dev] Set the namespace free!

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Jul 23 05:10:11 CEST 2010


On 23/07/10 04:24, gregory.smith3 at sympatico.ca wrote:

> I've suggested :name, which doesn't break old code,

I'm not so sure about that. Consider

    foo[a::b]

Do you parse that as a 3-element slice, or as a
2-element slice with :b as the second element?

-- 
Greg


More information about the Python-Dev mailing list