]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix contributor person name in rst files (GH-29005)
authorBenjamin Szőke <egyszeregy@freemail.hu>
Sun, 17 Oct 2021 11:59:22 +0000 (13:59 +0200)
committerGitHub <noreply@github.com>
Sun, 17 Oct 2021 11:59:22 +0000 (20:59 +0900)
Doc/whatsnew/3.11.rst
Misc/NEWS.d/3.11.0a1.rst

index 9d7d3f19faae83771b27e088605e04ad67f8766d..c589139b15488fb8bcdeda1eaaa342f1332f1627 100644 (file)
@@ -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
 -----------
index a64a3e74ccb410068fc40da40b7a86e2c28d8884..28b81b75266fc262f235c4e48f9079b7a68914b6 100644 (file)
@@ -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.
 
 ..