New submission from Terry J. Reedy <tjre...@udel.edu>:
The 3.9 copy is 5 lines longer, meaning that after the b1 split, something was added to 3.9 directly instead of to master first and backported, or added to both and deleted from master. Lukasz, is checking the two copies part of the final release process? The 5 lines not in master are from PR-21012 and PR-21039 of issue 40939, by Lysandros and Pablo. Please one of you verify that they should be added to master, as in the PR I will add, and not deleted from 3.9. ___ * The Public C API functions :c:func:`PyParser_SimpleParseStringFlags`, :c:func:`PyParser_SimpleParseStringFlagsFilename`, :c:func:`PyParser_SimpleParseFileFlags` and :c:func:`PyNode_Compile` are deprecated and will be removed in Python 3.10 together with the old parser. ___ ---------- assignee: docs@python components: Documentation messages: 377081 nosy: docs@python, lukasz.langa, lys.nikolaou, pablogsal, terry.reedy priority: normal severity: normal stage: test needed status: open title: Synchronize What's New in 3.9 master and 3.9 copies versions: Python 3.10, Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41808> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com