[issue42995] Add PurePath.with_suffix_appended()

2021-01-21 Thread Brendan Gerrity
Change by Brendan Gerrity : -- keywords: +patch pull_requests: +23109 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24288 ___ Python tracker <https://bugs.python.org/issu

[issue42995] Add PurePath.with_suffix_appended()

2021-01-21 Thread Brendan Gerrity
Brendan Gerrity added the comment: This could addressed with either a new helper or an option in the `PurePath.with_suffix()`. -- ___ Python tracker <https://bugs.python.org/issue42

[issue42995] Add PurePath.with_suffix_appended()

2021-01-21 Thread Brendan Gerrity
New submission from Brendan Gerrity : Appending a new suffix to a file is common operation. The operations don't come across as elegant: e.g. `foo_path.with_suffix(foo_path.suffix + ".old")` -- components: Library (Lib) messages: 385451 nosy: bgerrity priority: norma

[issue34532] Windows launcher exits with error after listing available versions

2018-09-03 Thread Brendan Gerrity
Change by Brendan Gerrity : -- keywords: +patch pull_requests: +8501 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue34565] Launcher does not validate major versions

2018-09-03 Thread Brendan Gerrity
Brendan Gerrity added the comment: Added a commit that just changes the comment. -- ___ Python tracker <https://bugs.python.org/issue34565> ___ ___ Python-bug

[issue34565] Launcher does not validate major versions

2018-09-02 Thread Brendan Gerrity
Brendan Gerrity added the comment: The function's comment says otherwise; I just noticed when I was messing with 34565. Supporting arbitrary major versions makes the -0 arg ambiguous so alternatively that could be the special case? -- ___ Python

[issue34565] Launcher does not validate major versions

2018-09-02 Thread Brendan Gerrity
Change by Brendan Gerrity : -- keywords: +patch pull_requests: +8498 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34565> ___ ___ Py

[issue34565] Launcher does not validate major versions

2018-09-02 Thread Brendan Gerrity
New submission from Brendan Gerrity : When a version argument is passed to the launcher (e.g. `py -3.4` or `py -7.0`), contrary to the launcher help text, the major version isn't validated as 2 or 3. -- components: Windows messages: 324483 nosy: bgerrity, paul.moore, steve.dower

[issue34062] Python launcher on Windows does not work with --list or --list-paths

2018-08-28 Thread Brendan Gerrity
Change by Brendan Gerrity : -- nosy: +bgerrity ___ Python tracker <https://bugs.python.org/issue34062> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34532] Python launcher on Windows exits with error when requesting list of available versions

2018-08-28 Thread Brendan Gerrity
New submission from Brendan Gerrity : When any of the list available pythons arguments is used (e.g. `py -0`), the launcher exits with the error code 103 `RC_NO_PYTHON`. This is inconsistent with the launcher's `-h` help argument, which exits with a 0. -- components: Windows

[issue34062] Python launcher on Windows does not work with --list or --list-paths

2018-08-19 Thread Brendan Gerrity
Change by Brendan Gerrity : -- pull_requests: +8306 ___ Python tracker <https://bugs.python.org/issue34062> ___ ___ Python-bugs-list mailing list Unsubscribe: