[issue15886] os.stat() docs repeat "specifying a file descriptor" support

2012-09-10 Thread R. David Murray
R. David Murray added the comment: Thanks Masato. -- nosy: +r.david.murray resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue15886] os.stat() docs repeat "specifying a file descriptor" support

2012-09-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset d7ea7ec671ba by R David Murray in branch 'default': #15886: remove redundant phrase http://hg.python.org/cpython/rev/d7ea7ec671ba -- nosy: +python-dev ___ Python tracker

[issue15886] os.stat() docs repeat "specifying a file descriptor" support

2012-09-09 Thread Chris Jerdonek
Chris Jerdonek added the comment: Here is where the typo was introduced: http://hg.python.org/cpython/rev/c890cbad4748#l1.69 -- nosy: +cjerdonek title: Doc: same word iteration -> os.stat() docs repeat "specifying a file descriptor" support ___ Pyth