On Mon, Jan 4, 2021 at 9:41 PM Paul Sokolovsky <[email protected]> wrote: > > Hello, > > There're tons of projects which introduce alternative braces > (i.e. C-like) syntax for Python. Most of them are however not properly > documented, and definitely not spec'ed for what they do. > > I wonder, does anyone here remember more or less formal proposal for > braces syntax? A "minimum viable product" criteria would be > support for lossless indent -> braces -> indent syntax roundtripping. >
>>> from __future__ import braces File "<stdin>", line 1 SyntaxError: not a chance 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/DTZDZUZXHUHFP52FGC55XQKMHVS7WPZM/ Code of Conduct: http://python.org/psf/codeofconduct/
