[issue45912] [argparse] Print texts starting with capital letters and finish with dot for more formality

2021-11-29 Thread Eric V. Smith


Eric V. Smith  added the comment:

I agree with @iritkatriel. Also, such a change to argparse would be too 
disruptive. So, I'm going to close this.

--
components: +Library (Lib) -Parser
nosy: +eric.smith
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed
type:  -> enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45912] [argparse] Print texts starting with capital letters and finish with dot for more formality

2021-11-28 Thread Irit Katriel


Irit Katriel  added the comment:

I don't think argparse should do such formatting. You can give it the help text 
in this format if that's what you want printed, and you can implement your own 
formatter: https://docs.python.org/3/library/argparse.html#formatter-class

--
nosy: +iritkatriel

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45912] [argparse] Print texts starting with capital letters and finish with dot for more formality

2021-11-28 Thread Vishal Pandey


Vishal Pandey  added the comment:

I would like to work on it as my first contribution to the python repository. 
Can you please assign this to me?

--
nosy: +vishalpandeyvip

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45912] [argparse] Print texts starting with capital letters and finish with dot for more formality

2021-11-28 Thread Pablo Galindo Salgado


Change by Pablo Galindo Salgado :


--
nosy:  -pablogsal

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45912] [argparse] Print texts starting with capital letters and finish with dot for more formality

2021-11-27 Thread Silvio Clecio


New submission from Silvio Clecio :

Using a simple program as example, the argparse library prints the following 
text:

usage: app.py [-h]

options:
  -h, --help  show this help message and exit

However, for more formality, it would be nice to print something like this:

Usage: app.py [-h]

Options:
  -h, --help  Show this help message and exit.

Notice the sentences start as capital letters and the helper string finishes 
with dot.

--
components: Parser
messages: 407183
nosy: lys.nikolaou, pablogsal, silvioprog
priority: normal
severity: normal
status: open
title: [argparse] Print texts starting with capital letters and finish with dot 
for more formality

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com