Ezio Melotti added the comment:
Fixed in r77306 (trunk), r77307 (release26-maint), r77308 (py3k) and r77309
(release31-maint).
--
assignee: georg.brandl -> ezio.melotti
nosy: +ezio.melotti
priority: -> normal
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
v
New submission from anatoly techtonik <[EMAIL PROTECTED]>:
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.
--
assignee: georg.brandl
components: Document