[issue39808] pathlib: reword docs for stat()

2020-03-10 Thread Ned Deily
Ned Deily added the comment: New changeset c157edb73b234409263ca0d7b6b41ad5f0b455d6 by Ned Deily (Miss Islington (bot)) in branch '3.7': [3.7] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18782)

[issue39808] pathlib: reword docs for stat()

2020-03-05 Thread miss-islington
miss-islington added the comment: New changeset 7b39c474e4ce7057a9e16b06d40261ff563b1e9d by Miss Islington (bot) in branch '3.8': [3.8] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18783) https://github.com/python/cpython/commit/7b39c474e4ce7057a9e16b06d40261ff563b1e9d

[issue39808] pathlib: reword docs for stat()

2020-03-05 Thread Brett Cannon
Brett Cannon added the comment: Thanks, swgmma! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39808] pathlib: reword docs for stat()

2020-03-04 Thread miss-islington
miss-islington added the comment: New changeset 6bb67452d4f21e2d948dafce7644b1d66e5efcb8 by Miss Islington (bot) in branch '3.7': [3.7] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18782) https://github.com/python/cpython/commit/6bb67452d4f21e2d948dafce7644b1d66e5efcb8

[issue39808] pathlib: reword docs for stat()

2020-03-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +18141 pull_request: https://github.com/python/cpython/pull/18782 ___ Python tracker

[issue39808] pathlib: reword docs for stat()

2020-03-04 Thread Brett Cannon
Brett Cannon added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39808] pathlib: reword docs for stat()

2020-03-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +18142 pull_request: https://github.com/python/cpython/pull/18783 ___ Python tracker ___

[issue39808] pathlib: reword docs for stat()

2020-03-04 Thread Brett Cannon
Brett Cannon added the comment: New changeset 67152d0ed670227b61b5df683655b196ab04ca1a by Brett Cannon in branch 'master': bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) https://github.com/python/cpython/commit/67152d0ed670227b61b5df683655b196ab04ca1a -- nosy:

[issue39808] pathlib: reword docs for stat()

2020-03-01 Thread swgmma
Change by swgmma : -- keywords: +patch pull_requests: +18076 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18719 ___ Python tracker ___

[issue39808] pathlib: reword docs for stat()

2020-03-01 Thread swgmma
New submission from swgmma : The docs for stat() (https://docs.python.org/3.9/library/pathlib.html#pathlib.Path.stat) state: > Return information about this path (similarly to os.stat()). The result is > looked up at each call to this method." Nit picks: 1) It states "similarly to