Skip to content

Commit 1d8711a

Browse files
committed
Deploying to gh-pages from @ 6bcf5e3 🚀
1 parent 693455b commit 1d8711a

File tree

554 files changed

+586
-580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

554 files changed

+586
-580
lines changed

_sources/library/multiprocessing.rst.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,9 @@ Miscellaneous
10791079
Return a context object which has the same attributes as the
10801080
:mod:`multiprocessing` module.
10811081

1082-
If *method* is ``None`` then the default context is returned.
1082+
If *method* is ``None`` then the default context is returned. Note that if
1083+
the global start method has not been set, this will set it to the
1084+
default method.
10831085
Otherwise *method* should be ``'fork'``, ``'spawn'``,
10841086
``'forkserver'``. :exc:`ValueError` is raised if the specified
10851087
start method is not available. See :ref:`multiprocessing-start-methods`.
@@ -1090,10 +1092,10 @@ Miscellaneous
10901092

10911093
Return the name of start method used for starting processes.
10921094

1093-
If the start method has not been fixed and *allow_none* is false,
1094-
then the start method is fixed to the default and the name is
1095-
returned. If the start method has not been fixed and *allow_none*
1096-
is true then ``None`` is returned.
1095+
If the global start method has not been set and *allow_none* is
1096+
``False``, then the start method is set to the default and the name
1097+
is returned. If the start method has not been set and *allow_none* is
1098+
``True`` then ``None`` is returned.
10971099

10981100
The return value can be ``'fork'``, ``'spawn'``, ``'forkserver'``
10991101
or ``None``. See :ref:`multiprocessing-start-methods`.

_sources/library/tarfile.rst.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Some facts and figures:
5656
+------------------+---------------------------------------------+
5757
| mode | action |
5858
+==================+=============================================+
59-
| ``'r' or 'r:*'`` | Open for reading with transparent |
60-
| | compression (recommended). |
59+
| ``'r'`` or | Open for reading with transparent |
60+
| ``'r:*'`` | compression (recommended). |
6161
+------------------+---------------------------------------------+
6262
| ``'r:'`` | Open for reading exclusively without |
6363
| | compression. |
@@ -85,10 +85,11 @@ Some facts and figures:
8585
| | Raise a :exc:`FileExistsError` exception |
8686
| | if it already exists. |
8787
+------------------+---------------------------------------------+
88-
| ``'a' or 'a:'`` | Open for appending with no compression. The |
89-
| | file is created if it does not exist. |
88+
| ``'a'`` or | Open for appending with no compression. The |
89+
| ``'a:'`` | file is created if it does not exist. |
9090
+------------------+---------------------------------------------+
91-
| ``'w' or 'w:'`` | Open for uncompressed writing. |
91+
| ``'w'`` or | Open for uncompressed writing. |
92+
| ``'w:'`` | |
9293
+------------------+---------------------------------------------+
9394
| ``'w:gz'`` | Open for gzip compressed writing. |
9495
+------------------+---------------------------------------------+

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ <h3>瀏覽</h3>
320320
<a href="https://www.python.org/psf/donations/">Please donate.</a>
321321
<br>
322322
<br>
323-
最後更新於 7月 06, 2025 (08:24 UTC)。
323+
最後更新於 7月 07, 2025 (01:59 UTC)。
324324

325325
<a href="/bugs.html">Found a bug</a>?
326326

bugs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ <h3>瀏覽</h3>
359359
<a href="https://www.python.org/psf/donations/">Please donate.</a>
360360
<br>
361361
<br>
362-
最後更新於 7月 06, 2025 (08:24 UTC)。
362+
最後更新於 7月 07, 2025 (01:59 UTC)。
363363

364364
<a href="/bugs.html">Found a bug</a>?
365365

c-api/abstract.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ <h3>瀏覽</h3>
329329
<a href="https://www.python.org/psf/donations/">Please donate.</a>
330330
<br>
331331
<br>
332-
最後更新於 7月 06, 2025 (08:24 UTC)。
332+
最後更新於 7月 07, 2025 (01:59 UTC)。
333333

334334
<a href="/bugs.html">Found a bug</a>?
335335

c-api/allocation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ <h3>瀏覽</h3>
350350
<a href="https://www.python.org/psf/donations/">Please donate.</a>
351351
<br>
352352
<br>
353-
最後更新於 7月 06, 2025 (08:24 UTC)。
353+
最後更新於 7月 07, 2025 (01:59 UTC)。
354354

355355
<a href="/bugs.html">Found a bug</a>?
356356

c-api/apiabiversion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ <h3>瀏覽</h3>
376376
<a href="https://www.python.org/psf/donations/">Please donate.</a>
377377
<br>
378378
<br>
379-
最後更新於 7月 06, 2025 (08:24 UTC)。
379+
最後更新於 7月 07, 2025 (01:59 UTC)。
380380

381381
<a href="/bugs.html">Found a bug</a>?
382382

c-api/arg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ <h3>瀏覽</h3>
931931
<a href="https://www.python.org/psf/donations/">Please donate.</a>
932932
<br>
933933
<br>
934-
最後更新於 7月 06, 2025 (08:24 UTC)。
934+
最後更新於 7月 07, 2025 (01:59 UTC)。
935935

936936
<a href="/bugs.html">Found a bug</a>?
937937

c-api/bool.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ <h3>瀏覽</h3>
341341
<a href="https://www.python.org/psf/donations/">Please donate.</a>
342342
<br>
343343
<br>
344-
最後更新於 7月 06, 2025 (08:24 UTC)。
344+
最後更新於 7月 07, 2025 (01:59 UTC)。
345345

346346
<a href="/bugs.html">Found a bug</a>?
347347

c-api/buffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ <h3>瀏覽</h3>
10221022
<a href="https://www.python.org/psf/donations/">Please donate.</a>
10231023
<br>
10241024
<br>
1025-
最後更新於 7月 06, 2025 (08:24 UTC)。
1025+
最後更新於 7月 07, 2025 (01:59 UTC)。
10261026

10271027
<a href="/bugs.html">Found a bug</a>?
10281028

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy