Issue34532
Created on 2018-08-28 17:12 by bgerrity, last changed 2018-11-20 21:48 by miss-islington. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 9039 | merged | bgerrity, 2018-09-03 08:44 | |
| PR 10622 | merged | miss-islington, 2018-11-20 21:28 | |
| Messages (4) | |||
|---|---|---|---|
| msg324265 - (view) | Author: Brendan Gerrity (bgerrity) * | Date: 2018-08-28 17:12 | |
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. |
|||
| msg324488 - (view) | Author: Terry J. Reedy (terry.reedy) * | Date: 2018-09-03 01:59 | |
I shrank the title to fit in the space and clarified that it does list the versions (at least on my Win 10). So this is invisible in normal use. |
|||
| msg330154 - (view) | Author: Steve Dower (steve.dower) * | Date: 2018-11-20 21:28 | |
New changeset c8fe9ccf7bfbcf9a2cb48e3b6abacf6ec0e5e58d by Steve Dower (Brendan Gerrity) in branch 'master': bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039) https://github.com/python/cpython/commit/c8fe9ccf7bfbcf9a2cb48e3b6abacf6ec0e5e58d |
|||
| msg330156 - (view) | Author: miss-islington (miss-islington) | Date: 2018-11-20 21:48 | |
New changeset 129642a1ff6a2f55933186b2303c307d58b710eb by Miss Islington (bot) in branch '3.7': bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039) https://github.com/python/cpython/commit/129642a1ff6a2f55933186b2303c307d58b710eb |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-20 21:48:38 | miss-islington | set | nosy:
+ miss-islington messages: + msg330156 |
| 2018-11-20 21:32:38 | steve.dower | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-11-20 21:28:51 | miss-islington | set | pull_requests: + pull_request9870 |
| 2018-11-20 21:28:33 | steve.dower | set | messages: + msg330154 |
| 2018-09-03 08:44:27 | bgerrity | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request8501 |
| 2018-09-03 05:36:23 | serhiy.storchaka | set | keywords: + easy (C) |
| 2018-09-03 05:36:04 | serhiy.storchaka | set | stage: needs patch |
| 2018-09-03 01:59:51 | terry.reedy | set | nosy:
+ terry.reedy messages:
+ msg324488 |
| 2018-08-28 17:12:38 | bgerrity | create | |