Please try to learn how to write a good proposal. A few examples, like you did here, just isn't enough. It's worth doing right, and it's worth *learning* how to do it right.
On Mon, Aug 17, 2020 at 1:03 PM Marco Sulla <marco.sulla.pyt...@gmail.com> wrote: > On Mon, 17 Aug 2020 at 11:17, Steven D'Aprano <st...@pearwood.info> wrote: > > Did you have a specific question to be answered or are you just hoping > > to get people interested in the proposal? > > It seems I have to repost the proposal I already wrote... > > My proposal is to add a way for third party modules to add custom > keywords. Example: > > from mykeywords import @const > @const a = 1 > > Notice that I choose "@" but I hope another non c-alphanumeric > character will be chosen. > > On Mon, 17 Aug 2020 at 12:46, Chris Angelico <ros...@gmail.com> wrote: > > A proposal that requires syntactic changes [...] > > No syntactic changes are needed. Custom keywords *must* be prefixed > with a non-alphanumeric character (@ for example). > > > ACK > _______________________________________________ > 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/NUAHVSON3HTHNEZ7GBCI3R6XE4RSSSZP/ > Code of Conduct: http://python.org/psf/codeofconduct/ > -- --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/FY4G4ZIJ6X7QMNU4UQYRQWMMXSMWUZYN/ Code of Conduct: http://python.org/psf/codeofconduct/