From a27f53bdd5b360fcfd94ca52e40f7c7e56597613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Sz=C5=91ke?= Date: Sun, 17 Oct 2021 13:59:22 +0200 Subject: Fix contributor person name in rst files (GH-29005) --- Doc/whatsnew/3.11.rst | 4 ++-- Misc/NEWS.d/3.11.0a1.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 9d7d3f1..c589139 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -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 ----------- diff --git a/Misc/NEWS.d/3.11.0a1.rst b/Misc/NEWS.d/3.11.0a1.rst index a64a3e7..28b81b7 100644 --- a/Misc/NEWS.d/3.11.0a1.rst +++ b/Misc/NEWS.d/3.11.0a1.rst @@ -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. .. -- cgit v0.12