mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #19795: Improved markup of True/False constants.
This commit is contained in:
parent
4b79518f83
commit
fbc1c26803
41 changed files with 92 additions and 80 deletions
|
@ -1125,7 +1125,7 @@ Features
|
|||
|
||||
* If Python is compiled without threads, the C version automatically
|
||||
disables the expensive thread local context machinery. In this case,
|
||||
the variable :data:`~decimal.HAVE_THREADS` is set to False.
|
||||
the variable :data:`~decimal.HAVE_THREADS` is set to ``False``.
|
||||
|
||||
API changes
|
||||
~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue