Skip to content

Commit 6649005

Browse files
Deploy preview for PR 1231 🛫
1 parent daf5522 commit 6649005

587 files changed

Lines changed: 620 additions & 636 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/asyncio-tools.rst.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,3 @@ Command-line options
148148
18445801 0x10a2a38a0 Levitate sleep -> play TaskGroup._aexit -> TaskGroup.__aexit__ -> album Sundowning 0x10a439f60
149149
18445801 0x10a2d7150 DYWTYLM sleep -> play TaskGroup._aexit -> TaskGroup.__aexit__ -> album TMBTE 0x10a439d70
150150
18445801 0x10a6bdaa0 Aqua Regia sleep -> play TaskGroup._aexit -> TaskGroup.__aexit__ -> album TMBTE 0x10a439d70
151-
152-
.. option:: --retries N
153-
154-
Retry failed attempts to inspect the target process up to *N* times. This
155-
can help when the target process changes while its state is being read.
156-
157-
.. versionadded:: 3.15

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ Base and mixin classes
19861986

19871987
.. method:: winfo_exists()
19881988

1989-
Return ``1`` if the widget exists, ``0`` otherwise.
1989+
Return true if the widget exists, false otherwise.
19901990

19911991
.. method:: winfo_fpixels(number)
19921992

@@ -2025,7 +2025,7 @@ Base and mixin classes
20252025

20262026
.. method:: winfo_ismapped()
20272027

2028-
Return ``1`` if the widget is currently mapped, ``0`` otherwise.
2028+
Return true if the widget is currently mapped, false otherwise.
20292029

20302030
.. method:: winfo_manager()
20312031

@@ -2156,8 +2156,8 @@ Base and mixin classes
21562156

21572157
.. method:: winfo_viewable()
21582158

2159-
Return ``1`` if the widget and all of its ancestors up through the
2160-
nearest toplevel window are mapped, ``0`` otherwise.
2159+
Return true if the widget and all of its ancestors up through the
2160+
nearest toplevel window are mapped, false otherwise.
21612161

21622162
.. method:: winfo_visual()
21632163

@@ -5534,7 +5534,7 @@ Widget classes
55345534
.. method:: edit_modified(arg=None)
55355535

55365536
If *arg* is omitted, return the current state of the modified flag as
5537-
``0`` or ``1``; the flag is set automatically whenever the text is
5537+
true or false; the flag is set automatically whenever the text is
55385538
inserted or deleted.
55395539
Otherwise set the flag to the boolean *arg*.
55405540

pr-preview/pr-1231/_sources/library/urllib.parse.rst.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,9 @@ task isn't already covered by the URL parsing functions above.
597597

598598
The optional *encoding* and *errors* parameters specify how to deal with
599599
non-ASCII characters, as accepted by the :meth:`str.encode` method.
600-
*encoding* defaults to ``'utf-8'``.
601-
*errors* defaults to ``'strict'``, meaning unsupported characters raise a
600+
Although these parameters default to ``None`` in the function signature,
601+
when processing :class:`str` inputs, *encoding* effectively defaults to ``'utf-8'``
602+
and *errors* to ``'strict'``, meaning unsupported characters raise a
602603
:class:`UnicodeEncodeError`.
603604
*encoding* and *errors* must not be supplied if *string* is a
604605
:class:`bytes`, or a :class:`TypeError` is raised.

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-
最後更新於 7月 09, 2026 (00:39 UTC)。
359+
最後更新於 7月 10, 2026 (00:41 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-
最後更新於 7月 09, 2026 (00:39 UTC)。
396+
最後更新於 7月 10, 2026 (00:41 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-
最後更新於 7月 09, 2026 (00:39 UTC)。
368+
最後更新於 7月 10, 2026 (00:41 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-
最後更新於 7月 09, 2026 (00:39 UTC)。
580+
最後更新於 7月 10, 2026 (00:41 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-
最後更新於 7月 09, 2026 (00:39 UTC)。
517+
最後更新於 7月 10, 2026 (00:41 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-
最後更新於 7月 09, 2026 (00:39 UTC)。
999+
最後更新於 7月 10, 2026 (00:41 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-
最後更新於 7月 09, 2026 (00:39 UTC)。
379+
最後更新於 7月 10, 2026 (00:41 UTC)。
380380

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

0 commit comments

Comments
 (0)