]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-126821: Add versionadded annotation to use_system_logger feature. (#127755)
authorRussell Keith-Magee <russell@keith-magee.com>
Tue, 10 Dec 2024 21:32:04 +0000 (05:32 +0800)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2024 21:32:04 +0000 (05:32 +0800)
Add versionadded annotation to use_system_logger feature.

Doc/c-api/init_config.rst
iOS/README.rst

index 7497bf241fb10e38876425bd4934e138a59ff839..6b33d93a9f2af9fd5f57c54b30e6653c313d0d8a 100644 (file)
@@ -1290,6 +1290,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.