This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients georg.brandl, orsenthil
Date 2009-02-16.10:17:51
SpamBayes Score 0.0018453476
Marked as misclassified No
Message-id <1234779475.55.0.947626870782.issue5278@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-02-16 10:17:55orsenthilsetrecipients: + orsenthil, georg.brandl
2009-02-16 10:17:55orsenthilsetmessageid: <1234779475.55.0.947626870782.issue5278@psf.upfronthosting.co.za>
2009-02-16 10:17:52orsenthillinkissue5278 messages
2009-02-16 10:17:51orsenthilcreate