We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b0237 commit 4cdebdeCopy full SHA for 4cdebde
Doc/library/optparse.rst
@@ -21,7 +21,7 @@
21
the ability to disable the interleaving feature completely)
22
* the application requires additional control over the incremental parsing
23
of command line elements (while ``argparse`` does support this, the
24
- exact way it will work in practice is sometimes unpredictable)
+ exact way it works in practice is undesirable for some use cases)
25
* the application requires additional control over the handling of options
26
which accept parameter values that may start with ``-`` (such as delegated
27
options to be passed to invoked subprocesses).
0 commit comments