We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac2786 commit 9bc2dd5Copy full SHA for 9bc2dd5
Doc/whatsnew/3.9.rst
@@ -708,6 +708,11 @@ Deprecated
708
users can leverage the Abstract Syntax Tree (AST) generation and compilation
709
stage, using the :mod:`ast` module.
710
711
+* The Public C API functions :c:func:`PyParser_SimpleParseStringFlags`,
712
+ :c:func:`PyParser_SimpleParseStringFlagsFilename`,
713
+ :c:func:`PyParser_SimpleParseFileFlags` and :c:func:`PyNode_Compile`
714
+ are deprecated and will be removed in Python 3.10 together with the old parser.
715
+
716
* Using :data:`NotImplemented` in a boolean context has been deprecated,
717
as it is almost exclusively the result of incorrect rich comparator
718
implementations. It will be made a :exc:`TypeError` in a future version
0 commit comments