Issue 19504: Change "customise" to "customize". (original) (raw)

Created on 2013-11-05 13:46 by eric.smith, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
customise.diff eric.smith,2013-11-05 13:46 review
customize.diff c3n9,2013-11-05 16:55
customise-2.diff eric.smith,2013-11-18 01:10 review
Messages (9)
msg202210 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2013-11-05 13:46
The python source code usually uses "customiz*" (341 instances) over "customis*" (19 instance, 8 of which are in logging). I realize "foolish consistency", and all that, but I think the documentation should all use the same conventions. I'd be happy to change the documentation. Most of these changes are in documentation or docstrings, but some are in comments. Which is why I'm assigning to docs@. I didn't change 2.0.rst, because that seemed like a historical document.
msg202224 - (view) Author: Cameron Allan (c3n9) Date: 2013-11-05 16:55
Done using Notepad++ and regex as needed. Also changed file name appropriately.
msg202226 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2013-11-05 17:09
Not a foolish consistency; Guido ruled long ago that American spellings should be used.
msg202970 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-11-15 20:59
New changeset e9d9bebb979f by Vinay Sajip in branch '2.7': Issue #19504: Used American spelling for 'customize'. http://hg.python.org/cpython/rev/e9d9bebb979f New changeset 1c714c35c02a by Vinay Sajip in branch '3.3': Issue #19504: Used American spelling for 'customize'. http://hg.python.org/cpython/rev/1c714c35c02a New changeset 08c7bc4266e6 by Vinay Sajip in branch 'default': Issue #19504: Used American spelling for 'customize'. http://hg.python.org/cpython/rev/08c7bc4266e6
msg203011 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2013-11-16 06:46
Can be closed?
msg203031 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2013-11-16 12:04
> Can be closed? Not sure - I've just updated the logging, venv and launcher code and docs.
msg203239 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2013-11-18 01:10
This patch covers the files that Vinay did not update.
msg273692 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-08-26 04:12
New changeset 579360b1c8fe by Raymond Hettinger in branch '3.5': Issue 19504: Change "customise" to "customize" American spelling. https://hg.python.org/cpython/rev/579360b1c8fe
msg273693 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2016-08-26 04:13
Thanks for the patch.
History
Date User Action Args
2022-04-11 14:57:53 admin set github: 63703
2016-08-26 04:13:00 rhettinger set status: open -> closedresolution: fixedmessages: +
2016-08-26 04:12:31 python-dev set messages: +
2016-08-26 03:30:14 rhettinger set assignee: docs@python -> rhettingernosy: + rhettinger
2016-08-24 17:09:20 vinay.sajip set nosy: - vinay.sajip
2013-11-18 01:10:30 eric.smith set files: + customise-2.diffmessages: +
2013-11-16 12:04:26 vinay.sajip set messages: +
2013-11-16 06:46:55 georg.brandl set nosy: + georg.brandl, vinay.sajipmessages: +
2013-11-15 20:59:01 python-dev set nosy: + python-devmessages: +
2013-11-09 10:29:06 tshepang set nosy: + tshepang
2013-11-05 17:09:43 fdrake set nosy: + fdrakemessages: +
2013-11-05 16:55:48 c3n9 set files: + customize.diffnosy: + c3n9messages: +
2013-11-05 13:46:40 eric.smith create