This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Synchronize What's New in 3.9 master and 3.9
Type: Stage: resolved
Components: Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, lukasz.langa, terry.reedy
Priority: normal Keywords: patch

Created on 2020-10-24 03:25 by terry.reedy, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
whatnew39-master-to-39.diff terry.reedy, 2020-10-24 03:25
Pull Requests
URL Status Linked Edit
PR 22936 merged terry.reedy, 2020-10-24 03:31
Messages (4)
msg379513 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-10-24 03:25
Continuation of #41808, #41950, 9cf6752276e6fcfd0c23fdb064ad27f448aaaf75 (Langa, no diff).

Attached is a current diff (about 1/2 hour ago).  It appears to be all or almost all Langa's release edits in 9cf6752276e6fcfd0c23fdb064ad27f448aaaf75.  The important point is that all the +s are for the 3.9 version.  So the files can be synchronized easily by copying the 3.9 copy to master (each with separate workspaces).  I will re-update first to make sure to catch the changes in #41950.
msg379516 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2020-10-24 03:59
New changeset 805ef73ad0ac4a77f3764dd17dfc959d562ce627 by Terry Jan Reedy in branch 'master':
bpo-42139: Update What's New 3.9 for master (#22936)
https://github.com/python/cpython/commit/805ef73ad0ac4a77f3764dd17dfc959d562ce627
msg379518 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2020-10-24 04:07
You also need to forward-port https://bugs.python.org/issue41950.
msg379519 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2020-10-24 04:08
Never mind, I read the diff backwards. You're all good and you can close this.
History
Date User Action Args
2022-04-11 14:59:37adminsetgithub: 86305
2020-10-24 04:12:14terry.reedysetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-10-24 04:08:53gvanrossumsetmessages: + msg379519
2020-10-24 04:07:17gvanrossumsetmessages: + msg379518
2020-10-24 03:59:41gvanrossumsetmessages: + msg379516
2020-10-24 03:31:28terry.reedysetstage: needs patch -> patch review
pull_requests: + pull_request21856
2020-10-24 03:25:45terry.reedycreate