Re: How to output newline or carriage return with optparse

2007-11-08 Thread john . m . roach
On Nov 8, 11:46 am, Tim Chase <[EMAIL PROTECTED]> wrote: > > I'm trying to implement some simple command line options. > > Some of the 'help' sections are long and I would like to > > control line breaks. How do you do this? > > I had this problem earlier and solved it here: > > http://groups.goog

How to output newline or carriage return with optparse

2007-11-08 Thread john . m . roach
I'm trying to implement some simple command line options. Some of the 'help' sections are long and I would like to control line breaks. How do you do this? Thanks! -- http://mail.python.org/mailman/listinfo/python-list