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: Grammatically incorrect sentences in Python/fileutils.c
Type: Stage: resolved
Components: Documentation Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, python-dev, vajrasky, vstinner
Priority: normal Keywords: patch

Created on 2013-09-07 04:48 by vajrasky, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix_typo_in_fileutils.patch vajrasky, 2013-09-07 04:48 review
Messages (3)
msg197135 - (view) Author: Vajrasky Kok (vajrasky) * Date: 2013-09-07 04:48
In commit about "implementation of the PEP 446: file descriptors and file handles are now created non-inheritable", there are some grammatically incorrect sentences in Python/fileutils.c.

Please see the patch for details.

Related commit:
http://hg.python.org/cpython/rev/ef889c3d5dc6?revcount=240
msg197143 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-09-07 08:37
New changeset 98f82b124c7d by Victor Stinner in branch 'default':
Close #18954: Fix some typo in fileutils.c comments
http://hg.python.org/cpython/rev/98f82b124c7d
msg197144 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2013-09-07 08:38
Thanks for the report! Don't hesitate to report other grammar issues ;-)
History
Date User Action Args
2022-04-11 14:57:50adminsetgithub: 63154
2013-09-07 08:38:21vstinnersetmessages: + msg197144
2013-09-07 08:37:56python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg197143

resolution: fixed
stage: resolved
2013-09-07 04:48:08vajraskycreate