]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-101111: Disambigaute origin of const for store_const and append_const (#101121)
authorJürgen Gmach <juergen.gmach@googlemail.com>
Fri, 20 Jan 2023 22:13:07 +0000 (23:13 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2023 22:13:07 +0000 (23:13 +0100)
commit9a155138c58cad409e28e34359ba87ec0025b6b7
treea9acb095339cae64698021072c3468f4ab99e711
parent61f338a005aa9f36b2a0a8d6924857e703bb6140
GH-101111: Disambigaute origin of const for store_const and append_const (#101121)

While the documentation for `optparse` mentioned that both `store_const` and
`append_const` store a constant value, it was not clear where this value was
coming from.

A link to `Option.const` makes this explicit.
Doc/library/optparse.rst