File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -675,6 +675,8 @@ PyConfig
675
675
676
676
Default: ``0`` (don't use system log).
677
677
678
+ .. versionadded:: 3.13.2
679
+
678
680
.. c:member:: int user_site_directory
679
681
680
682
If non-zero, add user site directory to :data:`sys.path`.
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ This will:
288
288
* Run the test suite on an "iPhone SE (3rd generation)" simulator.
289
289
290
290
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
292
292
minutes to run; a couple of extra minutes is required to compile the testbed
293
293
project, and then boot and prepare the iOS simulator.
294
294
You can’t perform that action at this time.
0 commit comments