We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05387b commit da1f416Copy full SHA for da1f416
Doc/library/functions.rst
@@ -555,9 +555,8 @@ are always available. They are listed here in alphabetical order.
555
are stripped.
556
557
.. versionchanged:: 3.11
558
- :func:`ast.literal_eval` is no longer marked as safe for evaluating strings
559
- with expressions containing only literals. For further information, please
560
- check the documentation for :func:`ast.literal_eval`
+ See :func:`ast.literal_eval` for a function that can "safely" evaluate strings
+ with expressions containing only literals.
561
562
.. audit-event:: exec code_object eval
563
0 commit comments