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 gward
Recipients Mekk, gward, rhettinger, waylonis
Date 2009-11-22.15:30:18
SpamBayes Score 0.00013187726
Marked as misclassified No
Message-id <1258903821.1.0.640045183845.issue6454@psf.upfronthosting.co.za>
In-reply-to
Content
> but I feel there is a better and more general
> solution - just provide some minimal formatting for description: treat
> empty line as paragraph separator. Then I would be able to add example
> or anything else to the description formatting it as necessary

Agreed.  I have also been bitten by optparse munging paragraphs together
in the description, and it's annoying.  I *think* we could get away with
two simple rules:

  * blank lines separate paragraphs
  * indented lines don't get wrapped

Obviously no one wants to reinvent reStructuredText, but I think that
should do the trick.

If that works, I think the suggested 'examples' arg becomes unnecessary.
History
Date User Action Args
2009-11-22 15:30:21gwardsetrecipients: + gward, rhettinger, waylonis, Mekk
2009-11-22 15:30:21gwardsetmessageid: <1258903821.1.0.640045183845.issue6454@psf.upfronthosting.co.za>
2009-11-22 15:30:19gwardlinkissue6454 messages
2009-11-22 15:30:18gwardcreate