[Python-Dev] Lukewarm about range literals

Ka-Ping Yee ping@lfw.org
Tue, 29 Aug 2000 15:20:03 -0500 (CDT)


On Tue, 29 Aug 2000, Barry A. Warsaw wrote:
> 
> What would
> 
>     1, 3, 7 .. 99
> 
> do? :)

    ValueError: too many elements on left side of ".." operator

or

    ValueError: at most two elements permitted on left side of ".."

You get the idea.


-- ?!ng