gh-126821: Add versionadded annotation to use_system_logger feature. (#127755)

Add versionadded annotation to use_system_logger feature.
This commit is contained in:
Russell Keith-Magee 2024-12-11 05:32:04 +08:00 committed by GitHub
parent 035f512046
commit 51216857ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View 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`.

View 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.