Skip to content

Commit 5a83647

Browse files
authored
bpo-41808: Add What's New 3.9 entry missing from master (#22294)
Entry was added by bpo-40939, #21012 and #21039.
1 parent a33f2c2 commit 5a83647

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,11 @@ Deprecated
708708
users can leverage the Abstract Syntax Tree (AST) generation and compilation
709709
stage, using the :mod:`ast` module.
710710

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+
711716
* Using :data:`NotImplemented` in a boolean context has been deprecated,
712717
as it is almost exclusively the result of incorrect rich comparator
713718
implementations. It will be made a :exc:`TypeError` in a future version

0 commit comments

Comments
 (0)