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: Typo in "What's New In Python 3.10" documentation
Type: Stage: resolved
Components: Documentation Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: MrRBM97, dlintin, docs@python, eric.smith, minghua, miss-islington, nitss007, pablogsal, python-dev, saurabh37
Priority: normal Keywords: easy, newcomer friendly, patch

Created on 2021-09-09 06:19 by minghua, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 28257 saurabh37, 2021-09-09 13:37
PR 28253 merged dlintin, 2021-09-09 13:38
PR 28259 merged miss-islington, 2021-09-09 16:03
PR 28254 closed python-dev, 2021-09-11 06:22
Messages (16)
msg401435 - (view) Author: Ming Hua (minghua) Date: 2021-09-09 06:19
It's just a small typo, but since the documentation recommends reporting to bug tracker, here it is.

After downloading the 64-bit Windows Installer for 3.10.0 rc2 and successfully installing on my Windows 10, the "Python 3.10 Manuals" in start menu opens a (presumably) .chm documentation in Windows HTML Helper.  There in the "What's New in Python" > "What's New In Python 3.10" > "Deprecated" section, first paragraph, last line, is:
    If future releases it will be changed...
It should be "IN future releases" instead.
msg401466 - (view) Author: Saurabh Jaiswal (saurabh37) * Date: 2021-09-09 12:48
i want to take this change, i just want to know the steps how to push this changes and raise PR for the same
msg401467 - (view) Author: Ross Martin (MrRBM97) * Date: 2021-09-09 12:56
I would like to fix this, if it hasnt been assigned already.
msg401468 - (view) Author: D.Lintin (dlintin) * Date: 2021-09-09 13:00
Already create a pull request, thanks.
msg401471 - (view) Author: Nitish Sharma (nitss007) Date: 2021-09-09 13:13
Yeah, are you talking about this PR?

https://github.com/python/cpython/pull/28254
msg401472 - (view) Author: D.Lintin (dlintin) * Date: 2021-09-09 13:18
no, this one: https://github.com/python/cpython/pull/28253
msg401474 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2021-09-09 13:34
Please see the dev guide https://devguide.python.org/ for setting the description of the PR. If it's set correctly, the PR will be attached to this issue.
msg401475 - (view) Author: Saurabh Jaiswal (saurabh37) * Date: 2021-09-09 13:37
PR raised for the same
https://github.com/python/cpython/pull/28257

On Thu, 9 Sept 2021 at 18:19, Saurabh Jaiswal <report@bugs.python.org>
wrote:

>
> Saurabh Jaiswal <saurabh.jaiswal37@gmail.com> added the comment:
>
> i want to take this change, i just want to know the steps how to push this
> changes and raise PR for the same
>
> ----------
> nosy: +saurabh37
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue45147>
> _______________________________________
>

-- 

*Thanks & Regards*

Saurabh Jaiswal

*www.saurabhjaiswal.com <http://www.saurabhjaiswal.com>*

*+91-7032917377*
msg401476 - (view) Author: Saurabh Jaiswal (saurabh37) * Date: 2021-09-09 13:37
Fix done on the latest Branch as suggested
msg401477 - (view) Author: D.Lintin (dlintin) * Date: 2021-09-09 13:40
Just updated the description to attach to the issues, thanks.
msg401480 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2021-09-09 13:45
Thanks to both of you. Unfortunately, I have to pick one PR to use, and since dlintin had the earlier one, I'll use it.
msg401481 - (view) Author: D.Lintin (dlintin) * Date: 2021-09-09 13:46
Thankyou!
msg401483 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2021-09-09 13:52
@pablogsal: You might want to merge this back to 3.10.0, once it's merged to 3.10. I'll merge it shortly, once the tests have run.
msg401488 - (view) Author: D.Lintin (dlintin) * Date: 2021-09-09 14:56
1 failing checks.
msg401499 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2021-09-09 17:13
Changes merged to master and 3.10. Thanks, everyone!

@pablogsal: You can merge this to 3.10.0 if you see fit, but I'm going to close this issue.
msg401791 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2021-09-14 18:58
> @pablogsal: You might want to merge this back to 3.10.0, once it's merged to 3.10. I'll merge it shortly, once the tests have run.


Thanks for the ping. I have cherry-picked PR 28259 to 3.10.0
History
Date User Action Args
2022-04-11 14:59:49adminsetgithub: 89310
2021-09-14 18:58:34pablogsalsetmessages: + msg401791
2021-09-11 06:22:08python-devsetnosy: + python-dev

pull_requests: + pull_request26701
2021-09-09 17:13:07eric.smithsetstatus: open -> closed
resolution: fixed
messages: + msg401499

stage: patch review -> resolved
2021-09-09 16:03:48miss-islingtonsetkeywords: + patch
nosy: + miss-islington

pull_requests: + pull_request26679
stage: patch review
2021-09-09 14:56:22dlintinsetmessages: + msg401488
2021-09-09 13:52:43eric.smithsetnosy: + pablogsal
messages: + msg401483

keywords: - patch
stage: patch review -> (no value)
2021-09-09 13:46:02dlintinsetmessages: + msg401481
2021-09-09 13:45:09eric.smithsetmessages: + msg401480
2021-09-09 13:40:18dlintinsetmessages: + msg401477
2021-09-09 13:38:47dlintinsetpull_requests: + pull_request26677
2021-09-09 13:37:05saurabh37setkeywords: + patch

stage: patch review
messages: + msg401476
pull_requests: + pull_request26676
2021-09-09 13:37:02saurabh37setmessages: + msg401475
2021-09-09 13:34:29eric.smithsetmessages: + msg401474
2021-09-09 13:18:44dlintinsetmessages: + msg401472
2021-09-09 13:13:22nitss007setnosy: + nitss007
messages: + msg401471
2021-09-09 13:00:16dlintinsetnosy: + dlintin
messages: + msg401468
2021-09-09 12:56:30MrRBM97setnosy: + MrRBM97
messages: + msg401467
2021-09-09 12:48:04saurabh37setnosy: + saurabh37
messages: + msg401466
2021-09-09 12:16:48eric.smithsetnosy: + eric.smith
2021-09-09 12:09:41eric.smithsetkeywords: + easy, newcomer friendly
2021-09-09 06:28:08minghuasettitle: Type in "What's New In Python 3.10" documentation -> Typo in "What's New In Python 3.10" documentation
2021-09-09 06:19:00minghuacreate