New submission from Senthil Kumaran <orsent...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue8209> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com