On Fri, Aug 2, 2019 at 6:09 AM Daniel Okey-Okoro <[email protected]> wrote: > > I think that adding a `no` keyword as an alias for `not` would make for > more readable, simple, pythonic code.
The bar for creating new keywords is extremely high. Simply making your code slightly more like English is not a strong enough justification for breaking any code that uses "no" in any other way. ChrisA _______________________________________________ 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/DJUKCQH3RA6HKCYUHOXBKDRCULJKB6LT/ Code of Conduct: http://python.org/psf/codeofconduct/
