New submission from Senthil <orsent...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue5278> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com