File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1656,8 +1656,12 @@ optparse
16561656 aren't using a third party command line argument processing
16571657 library, there are aspects of the way ``argparse `` works that
16581658 mean the lower level ``optparse `` module may provide a better
1659- foundation for *writing * argument processing libraries.
1660- (Contributed by Alyssa Coghlan in :gh: `126180 `.)
1659+ foundation for *writing * argument processing libraries, and
1660+ for implementing command line applications which adhere more
1661+ strictly than ``argparse `` does to various Unix command line
1662+ processing conventions that originate in the behaviour of the
1663+ C :c:func: `getopt ` function .
1664+ (Contributed by Alyssa Coghlan and Serhiy Storchaka in :gh: `126180 `.)
16611665
16621666
16631667pathlib
You can’t perform that action at this time.
0 commit comments