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 @@ -1183,6 +1183,8 @@ PyConfig
1183
1183
1184
1184
Default: ``0`` (don't use system log).
1185
1185
1186
+ .. versionadded:: 3.13.2
1187
+
1186
1188
.. c:member:: int user_site_directory
1187
1189
1188
1190
If non-zero, add the user site directory to :data:`sys.path`.
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ This will:
286
286
* Run the test suite on an "iPhone SE (3rd generation)" simulator.
287
287
288
288
On success, the test suite will exit and report successful completion of the
289
- test suite. On a 2022 M1 MacBook Pro, the test suite takes approximately 12
289
+ test suite. On a 2022 M1 MacBook Pro, the test suite takes approximately 15
290
290
minutes to run; a couple of extra minutes is required to compile the testbed
291
291
project, and then boot and prepare the iOS simulator.
292
292
You can’t perform that action at this time.
0 commit comments