New GitHub issue #101111 from jugmac00:<br>

<hr>

<pre>
# Documentation

For context - new `optparse` user here.

After I have seen `store_const` in our code base, I had a bit of a hard time to figure out the difference between `store`  and `store_const`.

The [Other actions](https://docs.python.org/3/library/optparse.html#other-actions) section just mentions.

> store const -> store a constant value

I would like to add a link to https://docs.python.org/3/library/optparse.html#optparse.Option.const and mention that the constant value is not provided by the user, but needs to be set beforehand.

Would a pull request with theses changes be accepted?

</pre>

<hr>

<a href="https://github.com/python/cpython/issues/101111">View on GitHub</a>
<p>Labels: docs</p>
<p>Assignee: </p>