Skip to content

Commit 0db2c88

Browse files
committed
Reword superseded chapter intro
1 parent 4e50c74 commit 0db2c88

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doc/library/superseded.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ for most use cases, and are retained primarily to preserve backwards compatibili
99

1010
Modules may appear in this chapter because they only cover a limited subset of
1111
a problem space, and a more generally applicable solution is available elsewhere
12-
in the standard library (for example, :mod:`getopt`).
12+
in the standard library (for example, :mod:`getopt` covers the very specific
13+
task of "mimic the C :c:func:`!getopt` API in Python", rather than the broader
14+
command line option parsing and argument parsing capabilities offered by
15+
:mod:`optparse` and :mod:`argparse`).
1316

1417
Alternatively, modules may appear in this chapter because they are deprecated
1518
outright, and awaiting removal in a future release, or they are

0 commit comments

Comments
 (0)