mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #19795: Improved markup of True/False constants.
This commit is contained in:
commit
0e90e99188
44 changed files with 93 additions and 87 deletions
|
@ -928,8 +928,8 @@ an :term:`importer`.
|
|||
The ``cpython-32`` string comes from the current magic tag (see
|
||||
:func:`get_tag`; if :attr:`sys.implementation.cache_tag` is not defined then
|
||||
:exc:`NotImplementedError` will be raised). The returned path will end in
|
||||
``.pyc`` when ``__debug__`` is True or ``.pyo`` for an optimized Python
|
||||
(i.e. ``__debug__`` is False). By passing in True or False for
|
||||
``.pyc`` when ``__debug__`` is ``True`` or ``.pyo`` for an optimized Python
|
||||
(i.e. ``__debug__`` is ``False``). By passing in ``True`` or ``False`` for
|
||||
*debug_override* you can override the system's value for ``__debug__`` for
|
||||
extension selection.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue