Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #196414 > unrolled thread
| Started by | אורי <uri@speedy.net> |
|---|---|
| First post | 2024-07-09 08:13 +0300 |
| Last post | 2024-07-08 23:04 -0700 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
A new feature request - parser add_mutually_exclusive_group - add a default value אורי <uri@speedy.net> - 2024-07-09 08:13 +0300
Re: A new feature request - parser add_mutually_exclusive_group - add a default value Paul Rubin <no.email@nospam.invalid> - 2024-07-08 23:04 -0700
| From | אורי <uri@speedy.net> |
|---|---|
| Date | 2024-07-09 08:13 +0300 |
| Subject | A new feature request - parser add_mutually_exclusive_group - add a default value |
| Message-ID | <mailman.25.1720502024.2981.python-list@python.org> |
Hi, Please look at this Stack Overflow post: https://stackoverflow.com/questions/78722378/parser-add-mutually-exclusive-group-how-can-i-set-a-default-value 1. Is there a way to add a default to parser add_mutually_exclusive_group groups - a value that will be set by default? In this case I want test-default-languages=True to be set as a default. 2. I tried to subscribe to Python-ideas python-ideas@python.org, but I can't login to https://mail.python.org/mailman3/lists/python-ideas.python.org/. Although I did login to https://mail.python.org/mailman/options/python-list . Do I have to create a new account? Thanks, Uri. אורי uri@speedy.net
[toc] | [next] | [standalone]
| From | Paul Rubin <no.email@nospam.invalid> |
|---|---|
| Date | 2024-07-08 23:04 -0700 |
| Message-ID | <87wmlvnlsx.fsf@nightsong.com> |
| In reply to | #196414 |
I looked at the linked SO post and it seems to be a feature suggestion for the argparse library. Python's bug tracker is currently at: https://github.com/python/cpython/issues You might want to open an issue there with a concrete proposal.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web