31.05.21 17:37, André Roberge пише: > For consistency, `Ellipsis` (the name) should **always** refer to the > same object that `...` refers to, so that both could not be assigned a > new value.
Making Ellipsis a keyword will break ast.Ellipsis (and maybe some third-party libraries). _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/4K47SCZYGHDPV4UUXNUQXSAK374STS43/ Code of Conduct: http://python.org/psf/codeofconduct/
