mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
This commit is contained in:
parent
62fe1bb983
commit
5c67933940
22 changed files with 122 additions and 122 deletions
|
@ -886,7 +886,7 @@ The :mod:`gc` module exposes a way to run the detector (the
|
|||
:func:`~gc.collect` function), as well as configuration
|
||||
interfaces and the ability to disable the detector at runtime. The cycle
|
||||
detector is considered an optional component; though it is included by default,
|
||||
it can be disabled at build time using the :option:`--without-cycle-gc` option
|
||||
it can be disabled at build time using the :option:`!--without-cycle-gc` option
|
||||
to the :program:`configure` script on Unix platforms (including Mac OS X). If
|
||||
the cycle detector is disabled in this way, the :mod:`gc` module will not be
|
||||
available.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue