mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Fix indentation.
This commit is contained in:
parent
a929335961
commit
00db582272
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ sys
|
||||||
* The :mod:`sys` module has a new :func:`~sys.thread_info` :term:`struct
|
* The :mod:`sys` module has a new :func:`~sys.thread_info` :term:`struct
|
||||||
sequence` holding informations about the thread implementation.
|
sequence` holding informations about the thread implementation.
|
||||||
|
|
||||||
(:issue:`11223`)
|
(:issue:`11223`)
|
||||||
|
|
||||||
signal
|
signal
|
||||||
------
|
------
|
||||||
|
@ -126,7 +126,7 @@ signal
|
||||||
* The :mod:`signal` module has a new :func:`~signal.pthread_sigmask` function
|
* The :mod:`signal` module has a new :func:`~signal.pthread_sigmask` function
|
||||||
to fetch and/or change the signal mask of the calling thread.
|
to fetch and/or change the signal mask of the calling thread.
|
||||||
|
|
||||||
(Contributed by Jean-Paul Calderone in :issue:`8407`)
|
(Contributed by Jean-Paul Calderone in :issue:`8407`)
|
||||||
|
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue