New submission from Kodiologist <[email protected]>:
`ast.unparse` throws an error on an empty set, and it produces `nan` for NaN, which isn't a legal Python literal. PR to follow shortly. ---------- messages: 388872 nosy: Kodiologist priority: normal severity: normal status: open title: Allow `ast.unparse` to handle NaNs and empty sets type: enhancement versions: Python 3.10, Python 3.9 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue43521> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
