Skip to content

Commit 2343db0

Browse files
[3.13] pythongh-126821: Add versionadded annotation to use_system_logger feature. (pythonGH-127755) (python#127806)
Add versionadded annotation to use_system_logger feature. (cherry picked from commit 5121685) Co-authored-by: Russell Keith-Magee <[email protected]>
1 parent f9e482f commit 2343db0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Doc/c-api/init_config.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,8 @@ PyConfig
12801280
12811281
Default: ``0`` (don't use system log).
12821282
1283+
.. versionadded:: 3.13.2
1284+
12831285
.. c:member:: int user_site_directory
12841286
12851287
If non-zero, add the user site directory to :data:`sys.path`.

iOS/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ This will:
286286
* Run the test suite on an "iPhone SE (3rd generation)" simulator.
287287

288288
On success, the test suite will exit and report successful completion of the
289-
test suite. On a 2022 M1 MacBook Pro, the test suite takes approximately 12
289+
test suite. On a 2022 M1 MacBook Pro, the test suite takes approximately 15
290290
minutes to run; a couple of extra minutes is required to compile the testbed
291291
project, and then boot and prepare the iOS simulator.
292292

0 commit comments

Comments
 (0)