[issue41808] Synchronize What's New in 3.9 master and 3.9 copies

2020-09-18 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: test needed -> resolved status: open -> closed ___ Python tracker ___ ___

[issue41808] Synchronize What's New in 3.9 master and 3.9 copies

2020-09-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I have backported and merged deduplication changes manually. -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue41808] Synchronize What's New in 3.9 master and 3.9 copies

2020-09-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 5a8364780b7e881385f6fabcf072d599e80f51b8 by Terry Jan Reedy in branch 'master': bpo-41808: Add What's New 3.9 entry missing from master (#22294) https://github.com/python/cpython/commit/5a8364780b7e881385f6fabcf072d599e80f51b8 --

[issue41808] Synchronize What's New in 3.9 master and 3.9 copies

2020-09-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: The 3.9 copy (only) of What'New 3.9, line 882 has duplicated words 'deprecated deprecated'. I made a branch off of updated 3.9 to fix this and pushed to my fork, but github repeated refuses to make a PR (against 3.9), giving me the unicorn page instead. htt

[issue41808] Synchronize What's New in 3.9 master and 3.9 copies

2020-09-17 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +21346 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/22294 ___ Python tracker __

[issue41808] Synchronize What's New in 3.9 master and 3.9 copies

2020-09-17 Thread Terry J. Reedy
New submission from Terry J. Reedy : 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?