[issue38422] Clarify docstrings of pathlib suffix(es)

2019-11-02 Thread miss-islington
miss-islington added the comment: New changeset aa1fee8ffb0fb77a873c69d311759081346f8f4a by Miss Skeleton (bot) in branch '3.8': bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679) https://github.com/python/cpython/commit/aa1fee8ffb0fb77a873c69d311759081346f8f4a -- nosy:

[issue38422] Clarify docstrings of pathlib suffix(es)

2019-11-02 Thread Antoine Pitrou
Change by Antoine Pitrou : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue38422] Clarify docstrings of pathlib suffix(es)

2019-11-02 Thread miss-islington
miss-islington added the comment: New changeset 72b874a2ac6a7c1931e8b60fb865dc57adb441ee by Miss Skeleton (bot) in branch '3.7': bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679) https://github.com/python/cpython/commit/72b874a2ac6a7c1931e8b60fb865dc57adb441ee --

[issue38422] Clarify docstrings of pathlib suffix(es)

2019-11-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +16545 pull_request: https://github.com/python/cpython/pull/17032 ___ Python tracker ___

[issue38422] Clarify docstrings of pathlib suffix(es)

2019-11-02 Thread Antoine Pitrou
Change by Antoine Pitrou : -- nosy: -miss-islington versions: +Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list

[issue38422] Clarify docstrings of pathlib suffix(es)

2019-11-02 Thread miss-islington
miss-islington added the comment: New changeset 8d4fef4ee2a318097f429cf6cbd4fb2e430bb9da by Miss Skeleton (bot) (Ram Rachum) in branch 'master': bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679) https://github.com/python/cpython/commit/8d4fef4ee2a318097f429cf6cbd4fb2e430bb9da

[issue38422] Clarify docstrings of pathlib suffix(es)

2019-11-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +16544 pull_request: https://github.com/python/cpython/pull/17031 ___ Python tracker ___

[issue38422] Clarify docstrings of pathlib suffix(es)

2019-10-11 Thread Tal Einat
Tal Einat added the comment: >From the PR, the rationale for this suggestion is: "Whenever I use path.suffix I have to check again whether it includes the dot or not. I decided to add it to the docstring so I won't have to keep checking." -- nosy: +taleinat

[issue38422] Clarify docstrings of pathlib suffix(es)

2019-10-10 Thread Brandt Bucher
Change by Brandt Bucher : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38422] Clarify docstrings of pathlib suffix(es)

2019-10-09 Thread Ram Rachum
Change by Ram Rachum : -- keywords: +patch pull_requests: +16264 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16679 ___ Python tracker ___

[issue38422] Clarify docstrings of pathlib suffix(es)

2019-10-09 Thread Ram Rachum
New submission from Ram Rachum : I'm writing a PR for this right now. -- components: Library (Lib) messages: 354279 nosy: cool-RR priority: normal severity: normal status: open title: Clarify docstrings of pathlib suffix(es) versions: Python 3.9 ___