Re: argsparse: allowing --version without mandatory options

2025-10-31 Thread Daniel Sommers
On 2025-10-31 at 09:09:08 +, Anders Munch wrote: > From: [email protected] <[email protected]>: > > Don't take this the wrong way, but what, exactly, is a mandatory option? > > It's a named argument. Okay. > Positional arguments intermixed with options can

Call for Participation: Python devroom @ FOSDEM 2026

2025-10-31 Thread Marc-Andre Lemburg
Call for Participation We are happy to announce that we will again be running a*Python devroom at FOSDEM 2026*. The next edition of FOSDEM will take place on January 31 and February 1 2026, with the Python devroom currently scheduled for Saturday, January 31, in the afternoon. If you hav

Re: argsparse: allowing --version without mandatory options

2025-10-31 Thread Anders Munch
From: [email protected] <[email protected]>: > Don't take this the wrong way, but what, exactly, is a mandatory option? It's a named argument. Positional arguments intermixed with options can get confusing. When you see aprogram.py --a --b c --d --e is 'c' t