mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
Updated missing periods in cmdline.rst (GH-17173)
This commit is contained in:
parent
84f2528d48
commit
0fe0b88d6e
1 changed files with 3 additions and 3 deletions
|
|
@ -457,7 +457,7 @@ Miscellaneous options
|
||||||
on a crash.
|
on a crash.
|
||||||
* Enable :ref:`asyncio debug mode <asyncio-debug-mode>`.
|
* Enable :ref:`asyncio debug mode <asyncio-debug-mode>`.
|
||||||
* Set the :attr:`~sys.flags.dev_mode` attribute of :attr:`sys.flags` to
|
* Set the :attr:`~sys.flags.dev_mode` attribute of :attr:`sys.flags` to
|
||||||
``True``
|
``True``.
|
||||||
* :class:`io.IOBase` destructor logs ``close()`` exceptions.
|
* :class:`io.IOBase` destructor logs ``close()`` exceptions.
|
||||||
|
|
||||||
* ``-X utf8`` enables UTF-8 mode for operating system interfaces, overriding
|
* ``-X utf8`` enables UTF-8 mode for operating system interfaces, overriding
|
||||||
|
|
@ -780,8 +780,8 @@ conflict.
|
||||||
|
|
||||||
* ``debug``: install debug hooks on top of the :ref:`default memory
|
* ``debug``: install debug hooks on top of the :ref:`default memory
|
||||||
allocators <default-memory-allocators>`.
|
allocators <default-memory-allocators>`.
|
||||||
* ``malloc_debug``: same as ``malloc`` but also install debug hooks
|
* ``malloc_debug``: same as ``malloc`` but also install debug hooks.
|
||||||
* ``pymalloc_debug``: same as ``pymalloc`` but also install debug hooks
|
* ``pymalloc_debug``: same as ``pymalloc`` but also install debug hooks.
|
||||||
|
|
||||||
See the :ref:`default memory allocators <default-memory-allocators>` and the
|
See the :ref:`default memory allocators <default-memory-allocators>` and the
|
||||||
:c:func:`PyMem_SetupDebugHooks` function (install debug hooks on Python
|
:c:func:`PyMem_SetupDebugHooks` function (install debug hooks on Python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue