Issue 8209: OptionParser keyword arg 'epilog' not mentioned in the docs (original) (raw)
Issue8209
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.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/52456
classification
Title: | OptionParser keyword arg 'epilog' not mentioned in the docs | ||
---|---|---|---|
Type: | Stage: | ||
Components: | Documentation | Versions: | Python 3.1, Python 3.2, Python 2.7, Python 2.6 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | orsenthil | Nosy List: | orsenthil, r.david.murray |
Priority: | normal | Keywords: |
Created on 2010-03-23 08:44 by orsenthil, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (5) | ||
---|---|---|
msg101565 - (view) | Author: Senthil Kumaran (orsenthil) * ![]() |
Date: 2010-03-23 08:44 |
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. | ||
msg101566 - (view) | Author: Senthil Kumaran (orsenthil) * ![]() |
Date: 2010-03-23 08:53 |
Fixed in revision 79329. | ||
msg101569 - (view) | Author: Senthil Kumaran (orsenthil) * ![]() |
Date: 2010-03-23 09:44 |
merged into release26-maint branch - 79331 | ||
msg101576 - (view) | Author: R. David Murray (r.david.murray) * ![]() |
Date: 2010-03-23 11:57 |
See also issue 8158. | ||
msg101901 - (view) | Author: Senthil Kumaran (orsenthil) * ![]() |
Date: 2010-03-29 19:27 |
merged into py3k in r79333 and release31-maint revision 79490. This specific issue can be closed. But yes, I agree with issue 8158, there is a lot in OptParse Module documentation that could be improved and be made more helpful. If I have any thing more, I shall add it as part of issue 8158. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:59 | admin | set | github: 52456 |
2010-03-29 19:27:35 | orsenthil | set | status: open -> closedmessages: + |
2010-03-23 11:57:54 | r.david.murray | set | nosy: + r.david.murraymessages: + |
2010-03-23 09:44:04 | orsenthil | set | messages: + |
2010-03-23 08:53:45 | orsenthil | set | resolution: fixedmessages: + |
2010-03-23 08:44:40 | orsenthil | create |