[issue41967] Handle annotations in the parser to avoid the need for roundtrip

Pablo Galindo Salgado report at bugs.python.org
Wed Oct 7 19:05:38 EDT 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

After some extra testing, we found that is not enough with handling spaces, unfortunately, as things like the walrus need also the parentheses to be preserved. Given that multi-line strings will complicate the code considerably, I am going to drop this for the time being unless we have a good way to solve these problems in a way that does not involve several workarounds.

----------
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41967>
_______________________________________


More information about the Python-bugs-list mailing list