This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Phillip.M.Feldman@gmail.com
Recipients Phillip.M.Feldman@gmail.com
Date 2018-07-31.19:24:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533065087.6.0.56676864532.issue34299@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-07-31 19:24:47Phillip.M.Feldman@gmail.comsetrecipients: + Phillip.M.Feldman@gmail.com
2018-07-31 19:24:47Phillip.M.Feldman@gmail.comsetmessageid: <1533065087.6.0.56676864532.issue34299@psf.upfronthosting.co.za>
2018-07-31 19:24:47Phillip.M.Feldman@gmail.comlinkissue34299 messages
2018-07-31 19:24:47Phillip.M.Feldman@gmail.comcreate