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.
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:35 | admin | set | github: 60090 |
| 2012年09月11日 01:10:00 | r.david.murray | set | status: open -> closed nosy: + r.david.murray messages: + msg170257 resolution: fixed stage: resolved |
| 2012年09月11日 01:09:12 | python-dev | set | nosy:
+ python-dev messages: + msg170256 |
| 2012年09月09日 10:41:15 | chris.jerdonek | set | nosy:
+ chris.jerdonek messages: + msg170095 title: Doc: same word iteration -> os.stat() docs repeat "specifying a file descriptor" support |
| 2012年09月09日 07:17:29 | hashimo | create | |