https://github.com/python/cpython
Revision f1313ab97932ffdda2868f59e54c98483d37e489 authored by Miss Islington (bot) on 20 January 2023, 22:22:21 UTC, committed by GitHub on 20 January 2023, 22:22:21 UTC
(cherry picked from commit 9a155138c58cad409e28e34359ba87ec0025b6b7)

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.

Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
1 parent 8fd481e
History
Tip revision: f1313ab97932ffdda2868f59e54c98483d37e489 authored by Miss Islington (bot) on 20 January 2023, 22:22:21 UTC
[3.10] GH-101111: Disambigaute origin of const for store_const and append_const (GH-101121) (#101204)
Tip revision: f1313ab
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 181 bytes
.gitattributes -rw-r--r-- 1.8 KB
.gitignore -rw-r--r-- 2.3 KB
.travis.yml -rw-r--r-- 6.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 71.6 KB
README.rst -rw-r--r-- 9.9 KB
aclocal.m4 -rw-r--r-- 22.3 KB
config.guess -rwxr-xr-x 48.2 KB
config.sub -rwxr-xr-x 34.4 KB
configure -rwxr-xr-x 512.7 KB
configure.ac -rw-r--r-- 174.9 KB
install-sh -rwxr-xr-x 15.0 KB
netlify.toml -rw-r--r-- 82 bytes
pyconfig.h.in -rw-r--r-- 45.5 KB
setup.py -rw-r--r-- 114.3 KB

README.rst

back to top