[issue34565] Launcher does not validate major versions

2018-10-15 Thread Ned Deily
Ned Deily added the comment: I assume we can close this now. Thanks, all! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue34565] Launcher does not validate major versions

2018-10-05 Thread Ned Deily
Ned Deily added the comment: New changeset 28dd737c46d50f4952c61651426c69cc43991bfa by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-34565: Change a PC/launcher.c comment to accurately describe valid major versions. (GH-9037) (GH-9065) https://github.com/python/cpython/commit/28dd737

[issue34565] Launcher does not validate major versions

2018-09-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +8525 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34565] Launcher does not validate major versions

2018-09-04 Thread Steve Dower
Steve Dower added the comment: New changeset 3876af4f7c2ef87db6d2d83efc229955968926dd by Steve Dower (Brendan Gerrity) in branch 'master': bpo-34565: Change a PC/launcher.c comment to accurately describe valid major versions. (GH-9037) https://github.com/python/cpython/commit/3876af4f7c2ef87

[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 ___ ___ Python-bugs-list mai

[issue34565] Launcher does not validate major versions

2018-09-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Wouldn't be better to fix a comment? -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[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 t

[issue34565] Launcher does not validate major versions

2018-09-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: What is wrong with supporting version 7.0? -- nosy: +serhiy.storchaka ___ Python tracker ___ __

[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 ___ ___ Python-bugs-

[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, tim.