31.05.21 23:28, Chris Angelico пише: > Although... since that's an arbitrary placeholder, it could be changed > to pretty much anything. Maybe <...> or something? The current repr > may not technically be ambiguous, but it will silently do the wrong > thing if you try to eval it. You can even ast.literal_eval(repr(a)) > and it'll appear to work.
It was already discussed in 2015 [1], but the idea of <...> was rejected by Guido [2]. [1] https://mail.python.org/archives/list/python-ideas@python.org/thread/T2T7WR52AYLM7R77G6QMSDSPFYWBEBCL/ [2] https://mail.python.org/archives/list/python-ideas@python.org/thread/RAZMTY2VGVXZYIO7RTA4DVW5C7MCTWOQ/ _______________________________________________ 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/7IMYWZEUHOTI7ZPPYP2SXC4FDJHIHTFX/ Code of Conduct: http://python.org/psf/codeofconduct/