On May 28, 2:19 am, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
> In <[EMAIL PROTECTED]>, Shatadal
> wrote:
>
> > I think the documentation should be modified so that it is made clear
> > that %default in the help string behaves as is claimed only in version
> > 2.4 and higher.
>
> Maybe so
In <[EMAIL PROTECTED]>, Shatadal
wrote:
> I think the documentation should be modified so that it is made clear
> that %default in the help string behaves as is claimed only in version
> 2.4 and higher.
Maybe something should be added for clarity but I don't think it's an
error in the docs. You
On May 28, 7:54 am, Shatadal <[EMAIL PROTECTED]> wrote:
> In the python documentation section 14.3.2.6 (http://docs.python.org/
> lib/optparse-generating-help.html) in the last line it is written
>
> "options that have a default value can include %default in the help
> string--optparse will replace
Shatadal wrote:
> In the python documentation section 14.3.2.6 (http://docs.python.org/
> lib/optparse-generating-help.html) in the last line it is written
>
> "options that have a default value can include %default in the help
> string--optparse will replace it with str() of the option's default