Issue 26029: Broken sentence in extending documentation (original) (raw)

Issue26029

Created on 2016-01-06 21:44 by mdk, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
building_additional.patch upendra-k14,2016-01-07 13:54 Changed 'of addition' to 'additional'
Messages (6)
msg257645 - (view) Author: Julien Palard (mdk) * (Python committer) Date: 2016-01-06 21:44
Hello, While translating the documentation to French, I found a bug here : https://docs.python.org/3/extending/building.html#building-c-and-c-extensions-with-distutils The sentence: "Normally, a package will contain of addition modules:" Should probably be: "Normally, a package will contain additional modules:" Bests.
msg257690 - (view) Author: Upendra Kumar (upendra-k14) * Date: 2016-01-07 13:54
I am submitting the patch with small change suggested by you. Thank you.
msg257802 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-01-09 08:28
New changeset 3b860ce5bb51 by Terry Jan Reedy in branch '3.5': Issue #26029: Remove extraneous word. Patch by Upendra Kumar. https://hg.python.org/cpython/rev/3b860ce5bb51
msg257803 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2016-01-09 08:28
Thanks for reporting.
msg257805 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2016-01-09 08:37
Terry, it doesn't look like you used Upendra's patch. What you committed just removes the "of", but doesn't change "addition" to "additional", which is also required to make that sentence make sense.
msg257846 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-01-09 17:22
New changeset 3f9b9244488d by Terry Jan Reedy in branch '3.5': Issue #26029: Finish correction. https://hg.python.org/cpython/rev/3f9b9244488d
History
Date User Action Args
2022-04-11 14:58:25 admin set github: 70217
2016-01-09 17:22:30 python-dev set messages: +
2016-01-09 08:37:49 zach.ware set nosy: + zach.waremessages: +
2016-01-09 08:28:57 terry.reedy set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2016-01-09 08:28:19 python-dev set nosy: + python-devmessages: +
2016-01-09 08:19:23 terry.reedy set assignee: docs@python -> terry.reedynosy: + terry.reedy
2016-01-07 14:02:39 ezio.melotti set nosy: + ezio.melottistage: patch reviewversions: + Python 3.6
2016-01-07 13:54:35 upendra-k14 set files: + building_additional.patchnosy: + upendra-k14messages: + keywords: + patch
2016-01-06 21:44:08 mdk create