[issue26510] [argparse] Add required argument to add_subparsers

2019-10-15 Thread Ned Deily
Ned Deily added the comment: New changeset f168c17b075b4103eaf1f619acd3bca3890fbac7 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)

[issue26510] [argparse] Add required argument to add_subparsers

2019-10-06 Thread miss-islington
miss-islington added the comment: New changeset f19b4d7474973236e63d3d8260bfb8072acfff9d by Miss Islington (bot) in branch '3.8': bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) https://github.com/python/cpython/commit/f19b4d7474973236e63d3d8260bfb8072acfff9d

[issue26510] [argparse] Add required argument to add_subparsers

2019-10-06 Thread miss-islington
miss-islington added the comment: New changeset 50b8d579421e621130806e62d6108f5f83d4be7f by Miss Islington (bot) in branch '3.7': bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) https://github.com/python/cpython/commit/50b8d579421e621130806e62d6108f5f83d4be7f

[issue26510] [argparse] Add required argument to add_subparsers

2019-10-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +16197 pull_request: https://github.com/python/cpython/pull/16609 ___ Python tracker ___

[issue26510] [argparse] Add required argument to add_subparsers

2019-10-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +16196 pull_request: https://github.com/python/cpython/pull/16608 ___ Python tracker ___

[issue26510] [argparse] Add required argument to add_subparsers

2019-10-06 Thread miss-islington
miss-islington added the comment: New changeset 9e71917e0290972f65711f75510078f799cf0b59 by Miss Islington (bot) (Adam J. Stewart) in branch 'master': bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)

[issue26510] [argparse] Add required argument to add_subparsers

2019-10-04 Thread Adam Stewart
Change by Adam Stewart : -- pull_requests: +16178 pull_request: https://github.com/python/cpython/pull/16588 ___ Python tracker ___

[issue26510] [argparse] Add required argument to add_subparsers

2018-06-10 Thread Ned Deily
Ned Deily added the comment: New changeset a73399d5963d6b1639d935968f4a8baa868c39d3 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) (GH-7610)

[issue26510] [argparse] Add required argument to add_subparsers

2018-06-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +7235 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26510] [argparse] Add required argument to add_subparsers

2018-06-10 Thread Ned Deily
Ned Deily added the comment: New changeset ef057bfb06cae0718e6d708061649d2e3983e2ef by Ned Deily in branch 'master': bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) https://github.com/python/cpython/commit/ef057bfb06cae0718e6d708061649d2e3983e2ef --

[issue26510] [argparse] Add required argument to add_subparsers

2018-06-10 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +7233 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26510] [argparse] Add required argument to add_subparsers

2018-05-23 Thread Ned Deily
Ned Deily added the comment: New changeset dd7a255911f364cf521676082a89d4cac307737e by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33109: argparse subparsers are once again not required by default (GH-6919) (GH-7089)

[issue26510] [argparse] Add required argument to add_subparsers

2018-05-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +6724 ___ Python tracker ___

[issue26510] [argparse] Add required argument to add_subparsers

2018-05-23 Thread Ned Deily
Ned Deily added the comment: New changeset 8ebf5ceb0f5408d1ebc26c19702ac0762ef5ea04 by Ned Deily in branch 'master': bpo-33109: argparse subparsers are once again not required by default (GH-6919)

[issue26510] [argparse] Add required argument to add_subparsers

2018-05-16 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +6588 ___ Python tracker ___ ___ Python-bugs-list

[issue26510] [argparse] Add required argument to add_subparsers

2017-09-20 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___

[issue26510] [argparse] Add required argument to add_subparsers

2017-09-20 Thread Éric Araujo
Éric Araujo added the comment: New changeset aaf6fc0982c916cb71d9e0afcd7dda4ba495793b by Éric Araujo (Anthony Sottile) in branch 'master': bpo-26510: make argparse subparsers required by default (#3027) https://github.com/python/cpython/commit/aaf6fc0982c916cb71d9e0afcd7dda4ba495793b

[issue26510] [argparse] Add required argument to add_subparsers

2017-09-20 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> merwok nosy: +merwok stage: -> commit review versions: +Python 3.7 -Python 3.5 ___ Python tracker

[issue26510] [argparse] Add required argument to add_subparsers

2017-08-14 Thread Anthony Sottile
Anthony Sottile added the comment: I've added a patch for this https://github.com/python/cpython/pull/3027 Would love to get a review so it could be included -- nosy: +Anthony Sottile ___ Python tracker

[issue26510] [argparse] Add required argument to add_subparsers

2017-08-08 Thread Anthony Sottile
Changes by Anthony Sottile : -- pull_requests: +3061 ___ Python tracker ___ ___

[issue26510] [argparse] Add required argument to add_subparsers

2016-03-10 Thread paul j3
paul j3 added the comment: This has been raised before. I think http://bugs.python.org/issue9253 is the correct issue. It used to be that 'subparsers' were required. But there was a change in how 'required' arguments were tested, and 'subparsers' fell through the cracks. Now subparsers

[issue26510] [argparse] Add required argument to add_subparsers

2016-03-08 Thread Memeplex
Changes by Memeplex : -- nosy: +bethard ___ Python tracker ___ ___ Python-bugs-list

[issue26510] [argparse] Add required argument to add_subparsers

2016-03-08 Thread Memeplex
Changes by Memeplex : -- title: Add required argument to add_subparsers -> [argparse] Add required argument to add_subparsers ___ Python tracker