https://github.com/python/cpython/commit/8b28dedc5856db82826087278b216d3ff3c06994 commit: 8b28dedc5856db82826087278b216d3ff3c06994 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 <[email protected]> date: 2024-12-10T21:38:12Z summary:
[3.13] gh-126821: Add versionadded annotation to use_system_logger feature. (GH-127755) (#127806) Add versionadded annotation to use_system_logger feature. (cherry picked from commit 51216857ca8283f5b41c8cf9874238da56da4968) Co-authored-by: Russell Keith-Magee <[email protected]> files: M Doc/c-api/init_config.rst M iOS/README.rst diff --git a/Doc/c-api/init_config.rst b/Doc/c-api/init_config.rst index f6d90f1d3d3720..cd78fe18e35d1c 100644 --- a/Doc/c-api/init_config.rst +++ b/Doc/c-api/init_config.rst @@ -1280,6 +1280,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`. diff --git a/iOS/README.rst b/iOS/README.rst index 9cea98cf1abbfa..13b885144932e4 100644 --- a/iOS/README.rst +++ b/iOS/README.rst @@ -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. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
