[issue35183] os.path.splitext documentation needs typical example

2021-08-02 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Jake! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35183] os.path.splitext documentation needs typical example

2021-08-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 14cb669357bc30bdc235d1c32ee1b99be05ac9d8 by Miss Islington (bot) in branch '3.10': bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27563) https://github.com/python/cpython/commit/14cb669357bc30bdc235d1c32ee1b99be05ac9d8

[issue35183] os.path.splitext documentation needs typical example

2021-08-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e0d599fa48032eb7b8d837f8412bbca72b6ad820 by Miss Islington (bot) in branch '3.9': bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27564) https://github.com/python/cpython/commit/e0d599fa48032eb7b8d837f8412bbca72b6ad820

[issue35183] os.path.splitext documentation needs typical example

2021-08-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +26070 pull_request: https://github.com/python/cpython/pull/27563 ___ Python tracker

[issue35183] os.path.splitext documentation needs typical example

2021-08-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +26071 pull_request: https://github.com/python/cpython/pull/27564 ___ Python tracker ___

[issue35183] os.path.splitext documentation needs typical example

2021-08-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset aa0894b3792901adb91e5f6d049154b7bcb980ec by Jake Stockwin in branch 'main': bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) https://github.com/python/cpython/commit/aa0894b3792901adb91e5f6d049154b7bcb980ec -- nosy:

[issue35183] os.path.splitext documentation needs typical example

2021-07-22 Thread Jake Stockwin
Jake Stockwin added the comment: Thanks for the info, @jack__d - very helpful. I have now submitted a PR for this and will await a review. Let me know if anything else is needed. -- ___ Python tracker

[issue35183] os.path.splitext documentation needs typical example

2021-07-22 Thread Jake Stockwin
Change by Jake Stockwin : -- keywords: +patch pull_requests: +25828 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27286 ___ Python tracker ___

[issue35183] os.path.splitext documentation needs typical example

2021-07-21 Thread Jack DeVries
Jack DeVries added the comment: @jstockwin, the process usually goes like this: 1. You open a PR 2. The discussion continues over there. non-core-dev volunteers review your PR and get it into a polished state. 3. A core dev will quickly take a look, provide feedback if necessary, or just

[issue35183] os.path.splitext documentation needs typical example

2021-07-21 Thread Jake Stockwin
Jake Stockwin added the comment: Hello, I would like to submit a PR for this. It'll be my first contribution to cPython and I am slightly unclear if this suggestion has been "accepted" in some sense (i.e. do the Devs agree it should be fixed as suggested)? If so, I will go ahead and create

[issue35183] os.path.splitext documentation needs typical example

2021-06-22 Thread Irit Katriel
Change by Irit Katriel : -- components: +Library (Lib) keywords: +easy versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.6 ___ Python tracker ___

[issue35183] os.path.splitext documentation needs typical example

2018-11-07 Thread Shaun Griffith
New submission from Shaun Griffith : As with many entries on the os.path doc page, splitext needs a typical example. Not grokking the bare minimum text, I had to actually try it in the interpreter to see what it did. The one example that *is* there is an edge case, and does nothing to