On Sun, Mar 03, 2019 at 03:46:24PM +0100, francismb <franci...@email.de> wrote: > Hi, > the idea here is just to add the __larrow__ and __rarrow__ operators for > <- and ->.
You cannot create operator ``<-`` because it's currently valid syntax: 3 <- 2 is equivalent to 3 < -2 > Regards, > --francis Oleg. -- Oleg Broytman https://phdru.name/ p...@phdru.name Programmers don't die, they just GOSUB without RETURN. _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/