[New-bugs-announce] [issue5278] optparse documentation example
Senthil
report at bugs.python.org
Mon Feb 16 11:17:55 CET 2009
New submission from Senthil <orsenthil at gmail.com>:
In the Document, : Doc/library/optparse.rst,
The first usage example is given with an '=' sign for the options. This
is a mistake.
- <yourscript> --file=outfile -q
+ <yourscript> --file outfile -q
----------
assignee: georg.brandl
components: Documentation
messages: 82229
nosy: georg.brandl, orsenthil
severity: normal
status: open
title: optparse documentation example
type: behavior
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5278>
_______________________________________
More information about the New-bugs-announce
mailing list