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.9"
Type: Stage: resolved
Components: Documentation Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, hiqua, miss-islington, terry.reedy
Priority: normal Keywords: patch

Created on 2020-11-20 13:26 by hiqua, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 23421 merged hiqua, 2020-11-20 13:30
PR 23435 merged miss-islington, 2020-11-21 04:07
Messages (3)
msg381478 - (view) Author: Quentin Hibon (hiqua) * Date: 2020-11-20 13:26
"deprecatations" should be "deprecations"
msg381522 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-11-21 04:07
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
msg381523 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-11-21 04:35
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
History
Date User Action Args
2022-04-11 14:59:38adminsetgithub: 86585
2020-11-21 14:49:29iritkatrielsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-11-21 04:35:11terry.reedysetmessages: + msg381523
2020-11-21 04:07:36miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request22327
2020-11-21 04:07:31terry.reedysetnosy: + terry.reedy
messages: + msg381522
2020-11-20 13:30:19hiquasetkeywords: + patch
stage: patch review
pull_requests: + pull_request22314
2020-11-20 13:26:25hiquacreate