[issue46216] spurious link to os.system() from os.times() documentation entry

2022-01-07 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue46216] spurious link to os.system() from os.times() documentation entry

2022-01-07 Thread Irit Katriel
Irit Katriel added the comment: New changeset c55616cf936bd8497d9ff321c03f7379f5f78a0e by Miss Islington (bot) in branch '3.9': bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326) (GH-30460) https://github.com/python/cpython/commit/c55616cf936bd8497d9ff321c

[issue46216] spurious link to os.system() from os.times() documentation entry

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset 6630952cf0955d205e48874a53b69868c97b8875 by Miss Islington (bot) in branch '3.10': bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326) https://github.com/python/cpython/commit/6630952cf0955d205e48874a53b69868c

[issue46216] spurious link to os.system() from os.times() documentation entry

2022-01-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28663 pull_request: https://github.com/python/cpython/pull/30460 ___ Python tracker ___ __

[issue46216] spurious link to os.system() from os.times() documentation entry

2022-01-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28662 pull_request: https://github.com/python/cpython/pull/30459 ___ Python tracker ___ __

[issue46216] spurious link to os.system() from os.times() documentation entry

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset 9b7aa6a9d678ba798c57fa5bbc800014dfe4fb91 by Irit Katriel in branch 'main': bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326) https://github.com/python/cpython/commit/9b7aa6a9d678ba798c57fa5bbc800014dfe4fb91

[issue46216] spurious link to os.system() from os.times() documentation entry

2022-01-01 Thread Irit Katriel
Change by Irit Katriel : -- type: -> behavior versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs

[issue46216] spurious link to os.system() from os.times() documentation entry

2022-01-01 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch nosy: +iritkatriel nosy_count: 2.0 -> 3.0 pull_requests: +28541 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30326 ___ Python tracker _

[issue46216] spurious link to os.system() from os.times() documentation entry

2021-12-31 Thread Emery Berger
New submission from Emery Berger : This is a minor documentation nit. Under the entry for `os.times()`, there is a description of the various fields it returns (e.g., `user`, `system`). ```os.times() Returns the current global process times. The return value is an object with five attributes