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: Small typo in Lib/test/test__locale.py: thousauds -> thousands
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: pablogsal Nosy List: pablogsal, timgates42
Priority: normal Keywords: patch

Created on 2019-12-09 19:27 by timgates42, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 17544 merged timgates42, 2019-12-09 19:34
Messages (2)
msg358134 - (view) Author: Tim Gates (timgates42) * Date: 2019-12-09 19:27
In "Lib/test/test__locale.py" the text should read thousands rather than thousauds.
msg358148 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2019-12-09 22:16
New changeset 2ad7651c00c9b58b2b8b9e3687c82c203ece576c by Pablo Galindo (Tim Gates) in branch 'master':
bpo-39009: Fix typo in test__locale (GH-17544)
https://github.com/python/cpython/commit/2ad7651c00c9b58b2b8b9e3687c82c203ece576c
History
Date User Action Args
2022-04-11 14:59:24adminsetgithub: 83190
2019-12-09 22:16:23pablogsalsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-12-09 22:16:04pablogsalsetmessages: + msg358148
2019-12-09 19:41:23pablogsalsetassignee: pablogsal

nosy: + pablogsal
2019-12-09 19:34:07timgates42setkeywords: + patch
stage: patch review
pull_requests: + pull_request17020
2019-12-09 19:27:25timgates42create