[issue3340] optparse print_usage(),.. methods are not documented

2010-01-04 Thread Ezio Melotti
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

[issue3340] optparse print_usage(),.. methods are not documented

2008-07-11 Thread anatoly techtonik
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