diff options
author | Batuhan Taşkaya <batuhanosmantaskaya@gmail.com> | 2020-04-13 22:51:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-13 22:51:31 (GMT) |
commit | 258f5179f9494189e6a80311c86981d2a88ba9d6 (patch) | |
tree | 7eca99369a118d72ea92b04b9e24e9789e7c5fef /Misc | |
parent | 4c3da783cffb8471303fbae3e09f3d67b31c3d06 (diff) | |
download | cpython-258f5179f9494189e6a80311c86981d2a88ba9d6.zip cpython-258f5179f9494189e6a80311c86981d2a88ba9d6.tar.gz cpython-258f5179f9494189e6a80311c86981d2a88ba9d6.tar.bz2 |
bpo-32894: Support unparsing of infinity numbers in ast_unparser.c (GH-17426)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-12-01-21-36-49.bpo-32894.5g_UQr.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-12-01-21-36-49.bpo-32894.5g_UQr.rst b/Misc/NEWS.d/next/Core and Builtins/2019-12-01-21-36-49.bpo-32894.5g_UQr.rst new file mode 100644 index 0000000..68f4e67 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-12-01-21-36-49.bpo-32894.5g_UQr.rst @@ -0,0 +1 @@ +Support unparsing of infinity numbers in postponed annotations. Patch by Batuhan Taşkaya. |