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 r.david.murray
Recipients mindvirus, r.david.murray
Date 2009-07-22.00:03:22
SpamBayes Score 1.6083435e-05
Marked as misclassified No
Message-id <1248221003.86.0.874256134549.issue6535@psf.upfronthosting.co.za>
In-reply-to
Content
Well, if you get check out the current trunk via svn (as described in
the developer's faq linked from http://www.python.org/dev) and you look
at what Lib/test/test_optparse.py currently does, you might find it is
not too hard to add some new cases to test the new code.  Then in
Doc/library/optparse.rst, you make appropriate changes to the
documentation RestructuredTest source code, and post everything in a
single patch.

If you don't want to do all this that's fine, the ticket will sit here
until someone comes along who wants to move it forward ;)

Thanks for taking an interest in this.
History
Date User Action Args
2009-07-22 00:03:24r.david.murraysetrecipients: + r.david.murray, mindvirus
2009-07-22 00:03:23r.david.murraysetmessageid: <1248221003.86.0.874256134549.issue6535@psf.upfronthosting.co.za>
2009-07-22 00:03:22r.david.murraylinkissue6535 messages
2009-07-22 00:03:22r.david.murraycreate