summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2020-01-03 05:21:18 (GMT)
committerGitHub <noreply@github.com>2020-01-03 05:21:18 (GMT)
commit4fcf5c12a37a8d3d8d6303c44c223dbc8d568cfd (patch)
tree5260051ef84fd7137a5ff12d90d4906cca9f5a32 /Misc
parent32f1443aa98db769d87db497b45bd0dcb732445b (diff)
downloadcpython-4fcf5c12a37a8d3d8d6303c44c223dbc8d568cfd.zip
cpython-4fcf5c12a37a8d3d8d6303c44c223dbc8d568cfd.tar.gz
cpython-4fcf5c12a37a8d3d8d6303c44c223dbc8d568cfd.tar.bz2
bpo-39158: ast.literal_eval() doesn't support empty sets (GH-17742)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-12-29-15-44-38.bpo-39158.cxVoOR.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-12-29-15-44-38.bpo-39158.cxVoOR.rst b/Misc/NEWS.d/next/Library/2019-12-29-15-44-38.bpo-39158.cxVoOR.rst
new file mode 100644
index 0000000..c41799b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-12-29-15-44-38.bpo-39158.cxVoOR.rst
@@ -0,0 +1 @@
+ast.literal_eval() now supports empty sets.