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.
Created on 2004年07月19日 06:30 by richard, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg21683 - (view) | Author: Richard Jones (richard) * (Python committer) | Date: 2004年07月19日 06:30 | |
The optparse libref documentation, while extensive, doesn't actually include an API reference. There's no way of knowing the valid parameter set of OptionParser.add_option() without going through the source. Please consider adding an API reference page for each of OptionParser (including OptionContainer), Values, Option (aka make_option) and OptionGroup. |
|||
| msg21684 - (view) | Author: Greg Ward (gward) (Python committer) | Date: 2005年03月19日 16:30 | |
Logged In: YES user_id=14422 Partially addressed in Optik svn r501 (everything important but the list of keyword args to parser.add_option() is documented now). More updates coming soon, I hope. Ported to Python CVS on 2.4 branch: Doc/lib/liboptparse.tex rev 1.18.2.2 . Will port to Python CVS trunk later -- post release of Optik 1.5.1. |
|||
| msg21685 - (view) | Author: Greg Ward (gward) (Python committer) | Date: 2005年03月19日 17:05 | |
Logged In: YES user_id=14422 Finished in Optik svn r502 and r503 -- now lists all option attributes in a separate section. Ported to Python CVS on 2.4 branch: Doc/lib/liboptparse.tex rev 1.18.2.3. Will port to Python CVS trunk later. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:05 | admin | set | github: 40594 |
| 2004年07月19日 06:30:31 | richard | create | |