Skip to content

Commit 94b7be9

Browse files
[3.10] 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 39fe324 commit 94b7be9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Doc/c-api/init_config.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,8 @@ PyConfig
11101110
11111111
Default: ``0`` (don't use system log).
11121112
1113+
.. versionadded:: 3.13.2
1114+
11131115
.. c:member:: int user_site_directory
11141116
11151117
If non-zero, add the user site directory to :data:`sys.path`.

iOS/README.rst

Lines changed: 1 addition & 1 deletion
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)