Skip to content

Commit

Permalink
[3.12] pythongh-126821: Add versionadded annotation to use_system_log…
Browse files Browse the repository at this point in the history
…ger 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]>
  • Loading branch information
miss-islington and freakboy3742 committed Dec 13, 2024
1 parent 4ce5998 commit ecb76fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Doc/c-api/init_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,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`.
Expand Down
2 changes: 1 addition & 1 deletion iOS/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ecb76fa

Please sign in to comment.