File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -261,12 +261,12 @@ time
261
261
``nanosleep() `` function, if available, which has a resolution of 1 nanosecond
262
262
(10\ :sup: `-9` seconds), rather than using ``select() `` which has a resolution
263
263
of 1 microsecond (10\ :sup: `-6` seconds).
264
- (Contributed by Livius and Victor Stinner in :issue: `21302 `.)
264
+ (Contributed by Benjamin Szőke and Victor Stinner in :issue: `21302 `.)
265
265
266
266
* On Windows, :func: `time.sleep ` now uses a waitable timer which has a
267
267
resolution of 100 nanoseconds (10\ :sup: `-7` seconds). Previously, it had
268
268
a resolution of 1 millisecond (10\ :sup: `-3` seconds).
269
- (Contributed by Livius and Victor Stinner in :issue: `21302 `.)
269
+ (Contributed by Benjamin Szőke and Victor Stinner in :issue: `21302 `.)
270
270
271
271
unicodedata
272
272
-----------
Original file line number Diff line number Diff line change @@ -1516,7 +1516,7 @@ available. ``nanosleep()`` allows to sleep with nanosecond precision.
1516
1516
1517
1517
On Windows, :func: `time.sleep ` now uses a waitable timer which has a
1518
1518
resolution of 100 nanoseconds (10\ :sup: `-7` seconds). Previously, it had a
1519
- resolution of 1 millisecond (10\ :sup: `-3` seconds). Patch by Livius and
1519
+ resolution of 1 millisecond (10\ :sup: `-3` seconds). Patch by Benjamin Szőke and
1520
1520
Victor Stinner.
1521
1521
1522
1522
..
You can’t perform that action at this time.
0 commit comments