On Sat, Jun 16, 2018 at 8:51 PM, Steven D'Aprano <st...@pearwood.info> wrote: >> Python is *very* stingy with adding new operators; IIRC only 3 have >> been added over the last ~30 years (**, //, @). I don't think ~= is >> going to make it. > > Exponentiation ** goes back to Python 1.5, so I think that's only two > new operators :-) >
I'm not sure if they count or not, but 'await' and 'yield' are kinda like unary operators. But yeah, the language is deliberately stingy there. ChrisA _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/