File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,12 +261,12 @@ time
261261 ``nanosleep() `` function, if available, which has a resolution of 1 nanosecond
262262 (10\ :sup: `-9` seconds), rather than using ``select() `` which has a resolution
263263 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 `.)
265265
266266* On Windows, :func: `time.sleep ` now uses a waitable timer which has a
267267 resolution of 100 nanoseconds (10\ :sup: `-7` seconds). Previously, it had
268268 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 `.)
270270
271271unicodedata
272272-----------
Original file line number Diff line number Diff line change @@ -1516,7 +1516,7 @@ available. ``nanosleep()`` allows to sleep with nanosecond precision.
15161516
15171517 On Windows, :func: `time.sleep ` now uses a waitable timer which has a
15181518resolution 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
15201520Victor Stinner.
15211521
15221522..
You can’t perform that action at this time.
0 commit comments