mirror of https://github.com/python/cpython
gh-105373: Fix decimal documentation formatting (#105395)
The deprecation is on decimal.HAVE_THREADS, not on the whole module.
This commit is contained in:
parent
423459be2f
commit
dfe9fc1904
|
@ -1497,7 +1497,7 @@ are also included in the pure Python version for compatibility.
|
|||
|
||||
The value is ``True``. Deprecated, because Python now always has threads.
|
||||
|
||||
.. deprecated:: 3.9
|
||||
.. deprecated:: 3.9
|
||||
|
||||
.. data:: HAVE_CONTEXTVAR
|
||||
|
||||
|
|
Loading…
Reference in New Issue