[Python-ideas] Trial balloon: adding variable type

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Aug 4 02:15:10 EDT 2016


Guido van Rossum wrote:
> But
> 
>   x = ...
> 
> already has a meaning -- it assigns x the (fairly pointless) value
> Ellipsis

You can always say

    x = Ellipsis

if you really want that.

-- 
Greg


More information about the Python-ideas mailing list