[issue43521] Allow `ast.unparse` to handle NaNs and empty sets

Batuhan Taskaya report at bugs.python.org
Tue Mar 16 15:54:47 EDT 2021


Batuhan Taskaya <isidentical at gmail.com> added the comment:

The reason that we weren't support these cases was there were simply no way achieve them by parsing code so we simply ignored (empty sets etc). Though considering that you have a decent use case in hy, I'd agree that these small additions are viable.

----------

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


More information about the Python-bugs-list mailing list