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 paul.j3
Recipients Antony.Lee, Elena.Oat, paul.j3, r.david.murray
Date 2017-09-02.16:19:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504369147.43.0.944866657398.issue31330@psf.upfronthosting.co.za>
In-reply-to
Content
http://bugs.python.org/issue17113
argparse.RawDescriptionHelpFormatter should not delete blank lines

This provides more details on why this is happening.

I suggest using adding a space between newlines, thus: '\n \n'.  HelpFormatter.format_help is just looking for '\n\n'.
History
Date User Action Args
2017-09-02 16:19:07paul.j3setrecipients: + paul.j3, r.david.murray, Antony.Lee, Elena.Oat
2017-09-02 16:19:07paul.j3setmessageid: <1504369147.43.0.944866657398.issue31330@psf.upfronthosting.co.za>
2017-09-02 16:19:07paul.j3linkissue31330 messages
2017-09-02 16:19:07paul.j3create