Skip to content

Commit fd0d48e

Browse files
[3.9] 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 8e1b662 commit fd0d48e

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
@@ -675,6 +675,8 @@ PyConfig
675675
676676
Default: ``0`` (don't use system log).
677677
678+
.. versionadded:: 3.13.2
679+
678680
.. c:member:: int user_site_directory
679681
680682
If non-zero, add user site directory to :data:`sys.path`.

iOS/README.rst

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

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

0 commit comments

Comments
 (0)