]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-126821: Add versionadded annotation to use_system_logger feature. (GH-12775...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Dec 2024 21:38:12 +0000 (22:38 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2024 21:38:12 +0000 (21:38 +0000)
Add versionadded annotation to use_system_logger feature.
(cherry picked from commit 51216857ca8283f5b41c8cf9874238da56da4968)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Doc/c-api/init_config.rst
iOS/README.rst

index f6d90f1d3d3720c73a8570d103f9ee935ff36805..cd78fe18e35d1ca0d15807184ff72bec21281abf 100644 (file)
@@ -1280,6 +1280,8 @@ PyConfig
 
       Default: ``0`` (don't use system log).
 
+      .. versionadded:: 3.13.2
+
    .. c:member:: int user_site_directory
 
       If non-zero, add the user site directory to :data:`sys.path`.
index 9cea98cf1abbfa71e579dae99d7a73dc3496e0b1..13b885144932e479483b938873940241a121cd8d 100644 (file)
@@ -286,7 +286,7 @@ This will:
 * Run the test suite on an "iPhone SE (3rd generation)" simulator.
 
 On success, the test suite will exit and report successful completion of the
-test suite. On a 2022 M1 MacBook Pro, the test suite takes approximately 12
+test suite. On a 2022 M1 MacBook Pro, the test suite takes approximately 15
 minutes to run; a couple of extra minutes is required to compile the testbed
 project, and then boot and prepare the iOS simulator.