Skip to content

Commit 78d3b1f

Browse files
Deploy preview for PR 1231 🛫
1 parent 7842164 commit 78d3b1f

583 files changed

Lines changed: 610 additions & 609 deletions

File tree

Some content is hidden

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

pr-preview/pr-1231/_sources/library/os.rst.txt

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ process and user.
532532
Return a tuple (ruid, euid, suid) denoting the current process's
533533
real, effective, and saved user ids.
534534

535-
.. availability:: Unix, not WASI.
535+
.. availability:: Unix, not WASI, not macOS, not iOS.
536536

537537
.. versionadded:: 3.2
538538

@@ -542,7 +542,7 @@ process and user.
542542
Return a tuple (rgid, egid, sgid) denoting the current process's
543543
real, effective, and saved group ids.
544544

545-
.. availability:: Unix, not WASI.
545+
.. availability:: Unix, not WASI, not macOS, not iOS.
546546

547547
.. versionadded:: 3.2
548548

@@ -716,7 +716,7 @@ process and user.
716716

717717
Set the current process's real, effective, and saved group ids.
718718

719-
.. availability:: Unix, not WASI, not Android.
719+
.. availability:: Unix, not WASI, not Android, not macOS, not iOS.
720720

721721
.. versionadded:: 3.2
722722

@@ -725,7 +725,7 @@ process and user.
725725

726726
Set the current process's real, effective, and saved user ids.
727727

728-
.. availability:: Unix, not WASI, not Android.
728+
.. availability:: Unix, not WASI, not Android, not macOS, not iOS.
729729

730730
.. versionadded:: 3.2
731731

@@ -1062,10 +1062,7 @@ as internal buffering of data.
10621062
Force write of file with filedescriptor *fd* to disk. Does not force update of
10631063
metadata.
10641064

1065-
.. availability:: Unix.
1066-
1067-
.. note::
1068-
This function is not available on MacOS.
1065+
.. availability:: Unix, not macOS, not iOS.
10691066

10701067

10711068
.. function:: fpathconf(fd, name, /)
@@ -1417,7 +1414,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
14171414
Return a pair of file descriptors ``(r, w)`` usable for reading and writing,
14181415
respectively.
14191416

1420-
.. availability:: Unix, not WASI.
1417+
.. availability:: Unix, not WASI, not macOS, not iOS.
14211418

14221419
.. versionadded:: 3.3
14231420

@@ -1427,7 +1424,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
14271424
Ensures that enough disk space is allocated for the file specified by *fd*
14281425
starting from *offset* and continuing for *len* bytes.
14291426

1430-
.. availability:: Unix.
1427+
.. availability:: Unix, not macOS, not iOS.
14311428

14321429
.. versionadded:: 3.3
14331430

@@ -1442,7 +1439,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
14421439
:data:`POSIX_FADV_RANDOM`, :data:`POSIX_FADV_NOREUSE`,
14431440
:data:`POSIX_FADV_WILLNEED` or :data:`POSIX_FADV_DONTNEED`.
14441441

1445-
.. availability:: Unix.
1442+
.. availability:: Unix, not macOS, not iOS.
14461443

14471444
.. versionadded:: 3.3
14481445

@@ -4672,7 +4669,7 @@ written in Python, such as a mail server's external command delivery program.
46724669
Lock program segments into memory. The value of *op* (defined in
46734670
``<sys/lock.h>``) determines which segments are locked.
46744671

4675-
.. availability:: Unix, not WASI, not iOS.
4672+
.. availability:: Unix, not WASI, not macOS, not iOS.
46764673

46774674

46784675
.. function:: popen(cmd, mode='r', buffering=-1)

pr-preview/pr-1231/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ <h3>導航</h3>
356356
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
357357
<br>
358358
<br>
359-
最後更新於 6月 19, 2026 (00:56 UTC)。
359+
最後更新於 6月 20, 2026 (00:47 UTC)。
360360

361361
<a href="/bugs.html">發現 bug</a>
362362

pr-preview/pr-1231/bugs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h2>說明文件的錯誤<a class="headerlink" href="#documentation-bugs" title=
250250
</section>
251251
<section id="getting-started-contributing-to-python-yourself">
252252
<span id="contributing-to-python"></span><h2>開始讓自己貢獻 Python<a class="headerlink" href="#getting-started-contributing-to-python-yourself" title="連結到這個標頭"></a></h2>
253-
<p>除了只是回報你所發現的錯誤之外,同樣也歡迎你提交修正它們的修補程式 (patch)。你可以在 <a class="reference external" href="https://mail.python.org/mailman3/lists/core-mentorship.python.org/">Python 開發者指南</a>中找到如何開始修補 Python 的更多資訊。如果你有任何問題,<a class="reference external" href="https://devguide.python.org/">核心導師郵寄清單</a>是一個友善的地方,你可以在那裡得到,關於 Python 修正錯誤的過程中,所有問題的答案。</p>
253+
<p>除了只是回報你所發現的錯誤之外,同樣也歡迎你提交修正它們的修補程式 (patch)。你可以在 <a class="reference external" href="https://devguide.python.org/">Python 開發者指南</a>中找到如何開始修補 Python 的更多資訊。如果你有任何問題,<a class="reference external" href="https://mail.python.org/mailman3/lists/core-mentorship.python.org/">核心導師郵寄清單</a>是一個友善的地方,你可以在那裡得到,關於 Python 修正錯誤的過程中,所有問題的答案。</p>
254254
</section>
255255
</section>
256256

@@ -393,7 +393,7 @@ <h3>導航</h3>
393393
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
394394
<br>
395395
<br>
396-
最後更新於 6月 19, 2026 (00:56 UTC)。
396+
最後更新於 6月 20, 2026 (00:47 UTC)。
397397

398398
<a href="/bugs.html">發現 bug</a>
399399

pr-preview/pr-1231/c-api/abstract.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h3>導航</h3>
365365
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
366366
<br>
367367
<br>
368-
最後更新於 6月 19, 2026 (00:56 UTC)。
368+
最後更新於 6月 20, 2026 (00:47 UTC)。
369369

370370
<a href="/bugs.html">發現 bug</a>
371371

pr-preview/pr-1231/c-api/allocation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ <h3>導航</h3>
577577
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
578578
<br>
579579
<br>
580-
最後更新於 6月 19, 2026 (00:56 UTC)。
580+
最後更新於 6月 20, 2026 (00:47 UTC)。
581581

582582
<a href="/bugs.html">發現 bug</a>
583583

pr-preview/pr-1231/c-api/apiabiversion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ <h3>導航</h3>
514514
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
515515
<br>
516516
<br>
517-
最後更新於 6月 19, 2026 (00:56 UTC)。
517+
最後更新於 6月 20, 2026 (00:47 UTC)。
518518

519519
<a href="/bugs.html">發現 bug</a>
520520

pr-preview/pr-1231/c-api/arg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ <h3>導航</h3>
996996
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
997997
<br>
998998
<br>
999-
最後更新於 6月 19, 2026 (00:56 UTC)。
999+
最後更新於 6月 20, 2026 (00:47 UTC)。
10001000

10011001
<a href="/bugs.html">發現 bug</a>
10021002

pr-preview/pr-1231/c-api/bool.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/">敬請捐贈。</a>
377377
<br>
378378
<br>
379-
最後更新於 6月 19, 2026 (00:56 UTC)。
379+
最後更新於 6月 20, 2026 (00:47 UTC)。
380380

381381
<a href="/bugs.html">發現 bug</a>
382382

pr-preview/pr-1231/c-api/buffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ <h3>導航</h3>
10641064
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
10651065
<br>
10661066
<br>
1067-
最後更新於 6月 19, 2026 (00:56 UTC)。
1067+
最後更新於 6月 20, 2026 (00:47 UTC)。
10681068

10691069
<a href="/bugs.html">發現 bug</a>
10701070

pr-preview/pr-1231/c-api/bytearray.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ <h3>導航</h3>
457457
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
458458
<br>
459459
<br>
460-
最後更新於 6月 19, 2026 (00:56 UTC)。
460+
最後更新於 6月 20, 2026 (00:47 UTC)。
461461

462462
<a href="/bugs.html">發現 bug</a>
463463

0 commit comments

Comments
 (0)