mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Fix contributor person name in rst files (GH-29005)
This commit is contained in:
parent
42ac06dcd2
commit
a27f53bdd5
2 changed files with 3 additions and 3 deletions
|
@ -261,12 +261,12 @@ time
|
|||
``nanosleep()`` function, if available, which has a resolution of 1 nanosecond
|
||||
(10\ :sup:`-9` seconds), rather than using ``select()`` which has a resolution
|
||||
of 1 microsecond (10\ :sup:`-6` seconds).
|
||||
(Contributed by Livius and Victor Stinner in :issue:`21302`.)
|
||||
(Contributed by Benjamin Szőke and Victor Stinner in :issue:`21302`.)
|
||||
|
||||
* On Windows, :func:`time.sleep` now uses a waitable timer which has a
|
||||
resolution of 100 nanoseconds (10\ :sup:`-7` seconds). Previously, it had
|
||||
a resolution of 1 millisecond (10\ :sup:`-3` seconds).
|
||||
(Contributed by Livius and Victor Stinner in :issue:`21302`.)
|
||||
(Contributed by Benjamin Szőke and Victor Stinner in :issue:`21302`.)
|
||||
|
||||
unicodedata
|
||||
-----------
|
||||
|
|
|
@ -1516,7 +1516,7 @@ available. ``nanosleep()`` allows to sleep with nanosecond precision.
|
|||
|
||||
On Windows, :func:`time.sleep` now uses a waitable timer which has a
|
||||
resolution of 100 nanoseconds (10\ :sup:`-7` seconds). Previously, it had a
|
||||
resolution of 1 millisecond (10\ :sup:`-3` seconds). Patch by Livius and
|
||||
resolution of 1 millisecond (10\ :sup:`-3` seconds). Patch by Benjamin Szőke and
|
||||
Victor Stinner.
|
||||
|
||||
..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue