Thanks to visit codestin.com Credit goes to github.com
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 a33f2c2 commit 5a83647Copy full SHA for 5a83647
1 file changed
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