On Fri, Sep 27, 2019 at 8:01 PM MRAB <pyt...@mrabarnett.plus.com> wrote:

> I was also thinking about suggesting None, but I was wondering whether
> that could be misleading because it reads like "no slots".
>
> What about "..." instead? Would that read better?
>
> class Point:
>      __slots__ = ....
>      x: float
>      y: float
>

Not bad!

-- 
--Guido van Rossum (python.org/~guido)
*Pronouns: he/him **(why is my pronoun here?)*
<http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-change-the-world/>
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/RJQG2EFXZCQBJ74XKKB6IJAN4PSAJJLO/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to