Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #196414 > unrolled thread

A new feature request - parser add_mutually_exclusive_group - add a default value

Started byאורי <uri@speedy.net>
First post2024-07-09 08:13 +0300
Last post2024-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.


Contents

  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

#196414 — A new feature request - parser add_mutually_exclusive_group - add a default value

Fromאורי <uri@speedy.net>
Date2024-07-09 08:13 +0300
SubjectA 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]


#196416

FromPaul Rubin <no.email@nospam.invalid>
Date2024-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