[issue8209] OptionParser keyword arg 'epilog' not mentioned in the docs

Senthil Kumaran report at bugs.python.org
Tue Mar 23 09:44:41 CET 2010


New submission from Senthil Kumaran <orsenthil at gmail.com>:

I was looking for some option in optparse module which will allow me to add custom help text after the generated help. Realized that OptionParser class has a keyword argument 'epilog' for the same purpose. 
But this is not been explained in the documentation, other keyword args are covered.

----------
assignee: orsenthil
components: Documentation
messages: 101565
nosy: orsenthil
priority: normal
severity: normal
status: open
title: OptionParser keyword arg 'epilog' not mentioned in the docs
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8209>
_______________________________________


More information about the Python-bugs-list mailing list