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.

classification
Title: optparse print_usage(),.. methods are not documented
Type: Stage: resolved
Components: Documentation Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: ezio.melotti, georg.brandl, techtonik
Priority: normal Keywords:

Created on 2008-07-11 10:45 by techtonik, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg69543 - (view) Author: anatoly techtonik (techtonik) Date: 2008-07-11 10:45
optparse API documentation is incomplete. It doesn't mention at least
some useful functions such as print_usage(), get_usage(),
get/print_version() present in optparse.py docstrings.
msg97225 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2010-01-04 22:00
Fixed in r77306 (trunk), r77307 (release26-maint), r77308 (py3k) and r77309 (release31-maint).
History
Date User Action Args
2022-04-11 14:56:36adminsetgithub: 47590
2010-01-04 22:00:13ezio.melottisetstatus: open -> closed
priority: normal

assignee: georg.brandl -> ezio.melotti
versions: + Python 2.6, Python 3.1, Python 2.7, Python 3.2, - Python 2.5
nosy: + ezio.melotti

messages: + msg97225
resolution: fixed
stage: resolved
2008-07-11 10:45:59techtonikcreate