[New-bugs-announce] [issue34299] argparse description formatting

Phillip M. Feldman report at bugs.python.org
Tue Jul 31 15:24:47 EDT 2018


New submission from Phillip M. Feldman <Phillip.M.Feldman at gmail.com>:

With `argparse`, I'm providing a triple-quoted string via the `description` argument of the constructor.  When I invoke the script with the -h or --help argument, all formatting in the triple-quoted string is lost, i.e., all paragraphs are run together into one giant paragraph, and the result is rather hard to read.

Phillip M. Feldman

----------
components: Library (Lib)
messages: 322808
nosy: Phillip.M.Feldman at gmail.com
priority: normal
severity: normal
status: open
title: argparse description formatting
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34299>
_______________________________________


More information about the New-bugs-announce mailing list