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: os.stat() docs repeat "specifying a file descriptor" support
Type: Stage: resolved
Components: Documentation Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: chris.jerdonek, docs@python, hashimo, python-dev, r.david.murray
Priority: normal Keywords:

Created on 2012-09-09 07:17 by hashimo, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg170081 - (view) Author: Masato HASHIMOTO (hashimo) Date: 2012-09-09 07:17
Same word (<path_fd>) is iterated in Doc/library/os.rst.

1858 This function can support :ref:`specifying a file descriptor
1859 <path_fd>`, :ref:`specifying a file descriptor <path_fd>` and :ref:`not
1860 following symlinks <follow_symlinks>`.

version: releasing/3.3.0 @ 78787:c5bc19ce4d2b
msg170095 - (view) Author: Chris Jerdonek (chris.jerdonek) * (Python committer) Date: 2012-09-09 10:41
Here is where the typo was introduced:

http://hg.python.org/cpython/rev/c890cbad4748#l1.69
msg170256 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-09-11 01:09
New changeset d7ea7ec671ba by R David Murray in branch 'default':
#15886: remove redundant phrase
http://hg.python.org/cpython/rev/d7ea7ec671ba
msg170257 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2012-09-11 01:09
Thanks Masato.
History
Date User Action Args
2022-04-11 14:57:35adminsetgithub: 60090
2012-09-11 01:10:00r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg170257

resolution: fixed
stage: resolved
2012-09-11 01:09:12python-devsetnosy: + python-dev
messages: + msg170256
2012-09-09 10:41:15chris.jerdoneksetnosy: + chris.jerdonek

messages: + msg170095
title: Doc: same word iteration -> os.stat() docs repeat "specifying a file descriptor" support
2012-09-09 07:17:29hashimocreate