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: no reference for optparse methods
Type: Stage: resolved
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: ezio.melotti, georg.brandl, techtonik
Priority: normal Keywords:

Created on 2008-12-11 17:25 by techtonik, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg77622 - (view) Author: anatoly techtonik (techtonik) Date: 2008-12-11 17:25
optparse documentation misses reference for at least these three methods:

print_help()
print_usage()
print_version()
msg97181 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2010-01-03 22:04
Duplicate of #3340.
History
Date User Action Args
2022-04-11 14:56:42adminsetgithub: 48885
2010-01-03 22:04:49ezio.melottisetstatus: open -> closed

nosy: + ezio.melotti
messages: + msg97181

resolution: duplicate
stage: resolved
2008-12-11 17:25:48techtonikcreate