diff options
author | Russell Keith-Magee <russell@keith-magee.com> | 2024-12-10 21:32:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-10 21:32:04 (GMT) |
commit | 51216857ca8283f5b41c8cf9874238da56da4968 (patch) | |
tree | 6bbc5089055a18f6474f4b06b77dd62caa7284b8 /iOS | |
parent | 035f512046337e64a018d11fdaa3b21758625291 (diff) | |
download | cpython-51216857ca8283f5b41c8cf9874238da56da4968.zip cpython-51216857ca8283f5b41c8cf9874238da56da4968.tar.gz cpython-51216857ca8283f5b41c8cf9874238da56da4968.tar.bz2 |
gh-126821: Add versionadded annotation to use_system_logger feature. (#127755)
Add versionadded annotation to use_system_logger feature.
Diffstat (limited to 'iOS')
-rw-r--r-- | iOS/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iOS/README.rst b/iOS/README.rst index 9cea98c..13b8851 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. |