[issue8735] optparse: parse_args(values=...) does not set up default values

2010-08-01 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Thanks for the report, I added a note in the docs in r83387. -- nosy: +georg.brandl resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8735

[issue8735] optparse: parse_args(values=...) does not set up default values

2010-05-16 Thread John W. Shipman
New submission from John W. Shipman j...@nmt.edu: optparse's .parse_args() method has a 'values=...' keyword argument that is documented as: 'object to store option arguments in (default: a new instance of optparse.Values)' There is no description of what types this argument may have.