-
Python issue #6454 (http://bugs.python.org/issue6454) states that there should be an "Examples" section, created via an "examples" keyword in the Optparse constructor.
A broader approach would be to allow *any* new group. For example, quite common in GNU man pages are sections "Examples", "Author", "Bugs", "Copyright" and so forth.
One possible way to achieve that would be a new subclass...
2009-10-14 06:56:31 UTC by boldewyn
-
comment2, Very Short Skirts Here [url=http://www.imechanica.org/user/11870#1]Very Short Skirts Here[/url], >:(((, Nice paris hilton sex tape [url=http://www.imechanica.org/user/11867#1]Nice paris hilton sex tape[/url], 88382, pamela anderson...
2009-03-07 19:40:53 UTC by nobody
-
Copied to http://bugs.python.org/issue4320 in the Python bug tracker.
2008-11-14 00:41:11 UTC by akuchling
-
Copied to http://bugs.python.org/issue4319 in the Python bug tracker.
2008-11-14 00:39:39 UTC by akuchling
-
Copied into the Python bug tracker at
http://bugs.python.org/issue4318.
2008-11-14 00:37:56 UTC by akuchling
-
This bug can be closed, since the docs have been fixed in the Python source tree.
2008-11-14 00:34:47 UTC by akuchling
-
I've re-opened this bug in the Python bug tracker. This item can now be closed.
2008-11-14 00:32:28 UTC by akuchling
-
.
2008-11-08 20:38:35 UTC by nobody
-
Hello,
It would be nice that arguments like '-3' or '-3.1415' would not be recognized as options, but rather as arumgents. Otherwise it is impossible to have negative numbers as arguments.
cheers,
Toon.
2008-08-30 06:45:55 UTC by tovrstra
-
Would you be willing to add a mode to optparse that would "pass through" any command line options that the user did not register with add_option()?
I have a scripting toolchain that looks like this:
regression test script: options for platform, etc.
Install script: options for tarfile,
install directory, etc.
configure script: autoconf script...
2008-06-21 01:16:57 UTC by nobody