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: Forward port Doc/whatsnew/3.9.rst to master
Type: Stage: resolved
Components: Versions: Python 3.10
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, lukasz.langa
Priority: normal Keywords: patch

Created on 2020-10-24 00:15 by gvanrossum, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 22933 closed gvanrossum, 2020-10-24 00:23
Messages (2)
msg379501 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2020-10-24 00:15
We discovered in issue41950 that the whatsnew/3.9.rst files differ quite a bit between 3.9 and master. IIUC this is (mostly) because Lukasz made a big pass updating it on occasion of the 3.9.0 release, and he did that in the 3.9 branch:
https://github.com/python/cpython/commit/9cf6752276e6fcfd0c23fdb064ad27f448aaaf75#diff-ec874d66bbcf13046b9928aa3716d14a93632f568b914eba32baf46ff4c9eb36R1180

Historically we've kept these docs in sync.

For someone with a bit of git knowledge this should be a simple thing (probably just cp that thing into master).
msg379517 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2020-10-24 04:01
Terry did the same thing in https://bugs.python.org/issue42139.
History
Date User Action Args
2022-04-11 14:59:37adminsetgithub: 86304
2020-10-24 04:01:26gvanrossumsetstatus: open -> closed
resolution: duplicate
messages: + msg379517

stage: patch review -> resolved
2020-10-24 00:23:44gvanrossumsetkeywords: + patch
stage: patch review
pull_requests: + pull_request21853
2020-10-24 00:15:56gvanrossumcreate