[issue42419] Typo in "what's new in Python 3.9"

2020-11-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue42419] Typo in "what's new in Python 3.9"

2020-11-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset ed0201805c036e4bc26670ec7ccffefb8e219f78 by Miss Islington (bot) in branch '3.9': bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) (GH-23435) https://github.com/python/cpython/commit/ed0201805c036e4bc26670ec7ccffefb8e219f78 ---

[issue42419] Typo in "what's new in Python 3.9"

2020-11-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +22327 pull_request: https://github.com/python/cpython/pull/23435 ___ Python tracker _

[issue42419] Typo in "what's new in Python 3.9"

2020-11-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset aa3a3521cef3998d4f9e7f7ff721163b6e3e5f39 by Quentin Hibon in branch 'master': bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) https://github.com/python/cpython/commit/aa3a3521cef3998d4f9e7f7ff721163b6e3e5f39 -- nosy: +

[issue42419] Typo in "what's new in Python 3.9"

2020-11-20 Thread Quentin Hibon
Change by Quentin Hibon : -- keywords: +patch pull_requests: +22314 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23421 ___ Python tracker ___ __

[issue42419] Typo in "what's new in Python 3.9"

2020-11-20 Thread Quentin Hibon
New submission from Quentin Hibon : "deprecatations" should be "deprecations" -- assignee: docs@python components: Documentation messages: 381478 nosy: docs@python, hiqua priority: normal severity: normal status: open title: Typo in "what's new in Python 3.9" versions: Python 3.9 _