Skip to content

Commit b34f55d

Browse files
committed
Deploying to gh-pages from @ 69c41fe 🚀
1 parent 1b66b18 commit b34f55d

File tree

552 files changed

+3819
-3956
lines changed

Some content is hidden

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

552 files changed

+3819
-3956
lines changed

about.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ <h4>下個主題</h4>
107107
title="下一章">處理錯誤 (Bug)</a></p>
108108
</div>
109109
<div role="note" aria-label="source link">
110-
<h3>This page</h3>
110+
<h3>此頁面</h3>
111111
<ul class="this-page-menu">
112-
<li><a href="bugs.html">Report a bug</a></li>
112+
<li><a href="bugs.html">回報錯誤</a></li>
113113
<li>
114114
<a href="https://github.com/python/cpython/blob/main/Doc/about.rst"
115-
rel="nofollow">Show source
115+
rel="nofollow">顯示原始碼
116116
</a>
117117
</li>
118118
</ul>
@@ -226,12 +226,12 @@ <h4>下個主題</h4>
226226
title="下一章">處理錯誤 (Bug)</a></p>
227227
</div>
228228
<div role="note" aria-label="source link">
229-
<h3>This page</h3>
229+
<h3>此頁面</h3>
230230
<ul class="this-page-menu">
231-
<li><a href="bugs.html">Report a bug</a></li>
231+
<li><a href="bugs.html">回報錯誤</a></li>
232232
<li>
233233
<a href="https://github.com/python/cpython/blob/main/Doc/about.rst"
234-
rel="nofollow">Show source
234+
rel="nofollow">顯示原始碼
235235
</a>
236236
</li>
237237
</ul>
@@ -320,7 +320,7 @@ <h3>瀏覽</h3>
320320
<a href="https://www.python.org/psf/donations/">Please donate.</a>
321321
<br>
322322
<br>
323-
最後更新於 6月 27, 2025 (10:06 UTC)。
323+
最後更新於 6月 27, 2025 (11:29 UTC)。
324324

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

bugs.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ <h4>下個主題</h4>
109109
title="下一章">版權宣告</a></p>
110110
</div>
111111
<div role="note" aria-label="source link">
112-
<h3>This page</h3>
112+
<h3>此頁面</h3>
113113
<ul class="this-page-menu">
114-
<li><a href="#">Report a bug</a></li>
114+
<li><a href="#">回報錯誤</a></li>
115115
<li>
116116
<a href="https://github.com/python/cpython/blob/main/Doc/bugs.rst"
117-
rel="nofollow">Show source
117+
rel="nofollow">顯示原始碼
118118
</a>
119119
</li>
120120
</ul>
@@ -231,7 +231,7 @@ <h2>說明文件的錯誤<a class="headerlink" href="#documentation-bugs" title=
231231
</section>
232232
<section id="getting-started-contributing-to-python-yourself">
233233
<span id="contributing-to-python"></span><h2>開始讓自己貢獻 Python<a class="headerlink" href="#getting-started-contributing-to-python-yourself" title="連結到這個標頭"></a></h2>
234-
<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>
234+
<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>
235235
</section>
236236
</section>
237237

@@ -265,12 +265,12 @@ <h4>下個主題</h4>
265265
title="下一章">版權宣告</a></p>
266266
</div>
267267
<div role="note" aria-label="source link">
268-
<h3>This page</h3>
268+
<h3>此頁面</h3>
269269
<ul class="this-page-menu">
270-
<li><a href="#">Report a bug</a></li>
270+
<li><a href="#">回報錯誤</a></li>
271271
<li>
272272
<a href="https://github.com/python/cpython/blob/main/Doc/bugs.rst"
273-
rel="nofollow">Show source
273+
rel="nofollow">顯示原始碼
274274
</a>
275275
</li>
276276
</ul>
@@ -359,7 +359,7 @@ <h3>瀏覽</h3>
359359
<a href="https://www.python.org/psf/donations/">Please donate.</a>
360360
<br>
361361
<br>
362-
最後更新於 6月 27, 2025 (10:06 UTC)。
362+
最後更新於 6月 27, 2025 (11:29 UTC)。
363363

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

c-api/abstract.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ <h4>下個主題</h4>
9797
title="下一章">物件協定</a></p>
9898
</div>
9999
<div role="note" aria-label="source link">
100-
<h3>This page</h3>
100+
<h3>此頁面</h3>
101101
<ul class="this-page-menu">
102-
<li><a href="../bugs.html">Report a bug</a></li>
102+
<li><a href="../bugs.html">回報錯誤</a></li>
103103
<li>
104104
<a href="https://github.com/python/cpython/blob/main/Doc/c-api/abstract.rst"
105-
rel="nofollow">Show source
105+
rel="nofollow">顯示原始碼
106106
</a>
107107
</li>
108108
</ul>
@@ -234,12 +234,12 @@ <h4>下個主題</h4>
234234
title="下一章">物件協定</a></p>
235235
</div>
236236
<div role="note" aria-label="source link">
237-
<h3>This page</h3>
237+
<h3>此頁面</h3>
238238
<ul class="this-page-menu">
239-
<li><a href="../bugs.html">Report a bug</a></li>
239+
<li><a href="../bugs.html">回報錯誤</a></li>
240240
<li>
241241
<a href="https://github.com/python/cpython/blob/main/Doc/c-api/abstract.rst"
242-
rel="nofollow">Show source
242+
rel="nofollow">顯示原始碼
243243
</a>
244244
</li>
245245
</ul>
@@ -329,7 +329,7 @@ <h3>瀏覽</h3>
329329
<a href="https://www.python.org/psf/donations/">Please donate.</a>
330330
<br>
331331
<br>
332-
最後更新於 6月 27, 2025 (10:06 UTC)。
332+
最後更新於 6月 27, 2025 (11:29 UTC)。
333333

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

c-api/allocation.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ <h4>下個主題</h4>
9797
title="下一章">通用物件結構</a></p>
9898
</div>
9999
<div role="note" aria-label="source link">
100-
<h3>This page</h3>
100+
<h3>此頁面</h3>
101101
<ul class="this-page-menu">
102-
<li><a href="../bugs.html">Report a bug</a></li>
102+
<li><a href="../bugs.html">回報錯誤</a></li>
103103
<li>
104104
<a href="https://github.com/python/cpython/blob/main/Doc/c-api/allocation.rst"
105-
rel="nofollow">Show source
105+
rel="nofollow">顯示原始碼
106106
</a>
107107
</li>
108108
</ul>
@@ -254,12 +254,12 @@ <h4>下個主題</h4>
254254
title="下一章">通用物件結構</a></p>
255255
</div>
256256
<div role="note" aria-label="source link">
257-
<h3>This page</h3>
257+
<h3>此頁面</h3>
258258
<ul class="this-page-menu">
259-
<li><a href="../bugs.html">Report a bug</a></li>
259+
<li><a href="../bugs.html">回報錯誤</a></li>
260260
<li>
261261
<a href="https://github.com/python/cpython/blob/main/Doc/c-api/allocation.rst"
262-
rel="nofollow">Show source
262+
rel="nofollow">顯示原始碼
263263
</a>
264264
</li>
265265
</ul>
@@ -350,7 +350,7 @@ <h3>瀏覽</h3>
350350
<a href="https://www.python.org/psf/donations/">Please donate.</a>
351351
<br>
352352
<br>
353-
最後更新於 6月 27, 2025 (10:06 UTC)。
353+
最後更新於 6月 27, 2025 (11:29 UTC)。
354354

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

c-api/apiabiversion.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ <h4>下個主題</h4>
9797
title="下一章">監控 C API</a></p>
9898
</div>
9999
<div role="note" aria-label="source link">
100-
<h3>This page</h3>
100+
<h3>此頁面</h3>
101101
<ul class="this-page-menu">
102-
<li><a href="../bugs.html">Report a bug</a></li>
102+
<li><a href="../bugs.html">回報錯誤</a></li>
103103
<li>
104104
<a href="https://github.com/python/cpython/blob/main/Doc/c-api/apiabiversion.rst"
105-
rel="nofollow">Show source
105+
rel="nofollow">顯示原始碼
106106
</a>
107107
</li>
108108
</ul>
@@ -281,12 +281,12 @@ <h4>下個主題</h4>
281281
title="下一章">監控 C API</a></p>
282282
</div>
283283
<div role="note" aria-label="source link">
284-
<h3>This page</h3>
284+
<h3>此頁面</h3>
285285
<ul class="this-page-menu">
286-
<li><a href="../bugs.html">Report a bug</a></li>
286+
<li><a href="../bugs.html">回報錯誤</a></li>
287287
<li>
288288
<a href="https://github.com/python/cpython/blob/main/Doc/c-api/apiabiversion.rst"
289-
rel="nofollow">Show source
289+
rel="nofollow">顯示原始碼
290290
</a>
291291
</li>
292292
</ul>
@@ -376,7 +376,7 @@ <h3>瀏覽</h3>
376376
<a href="https://www.python.org/psf/donations/">Please donate.</a>
377377
<br>
378378
<br>
379-
最後更新於 6月 27, 2025 (10:06 UTC)。
379+
最後更新於 6月 27, 2025 (11:29 UTC)。
380380

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

c-api/arg.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ <h4>下個主題</h4>
114114
title="下一章">字串轉換與格式化</a></p>
115115
</div>
116116
<div role="note" aria-label="source link">
117-
<h3>This page</h3>
117+
<h3>此頁面</h3>
118118
<ul class="this-page-menu">
119-
<li><a href="../bugs.html">Report a bug</a></li>
119+
<li><a href="../bugs.html">回報錯誤</a></li>
120120
<li>
121121
<a href="https://github.com/python/cpython/blob/main/Doc/c-api/arg.rst"
122-
rel="nofollow">Show source
122+
rel="nofollow">顯示原始碼
123123
</a>
124124
</li>
125125
</ul>
@@ -835,12 +835,12 @@ <h4>下個主題</h4>
835835
title="下一章">字串轉換與格式化</a></p>
836836
</div>
837837
<div role="note" aria-label="source link">
838-
<h3>This page</h3>
838+
<h3>此頁面</h3>
839839
<ul class="this-page-menu">
840-
<li><a href="../bugs.html">Report a bug</a></li>
840+
<li><a href="../bugs.html">回報錯誤</a></li>
841841
<li>
842842
<a href="https://github.com/python/cpython/blob/main/Doc/c-api/arg.rst"
843-
rel="nofollow">Show source
843+
rel="nofollow">顯示原始碼
844844
</a>
845845
</li>
846846
</ul>
@@ -931,7 +931,7 @@ <h3>瀏覽</h3>
931931
<a href="https://www.python.org/psf/donations/">Please donate.</a>
932932
<br>
933933
<br>
934-
最後更新於 6月 27, 2025 (10:06 UTC)。
934+
最後更新於 6月 27, 2025 (11:29 UTC)。
935935

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

c-api/bool.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ <h4>下個主題</h4>
9797
title="下一章">浮點數(Floating-Point)物件</a></p>
9898
</div>
9999
<div role="note" aria-label="source link">
100-
<h3>This page</h3>
100+
<h3>此頁面</h3>
101101
<ul class="this-page-menu">
102-
<li><a href="../bugs.html">Report a bug</a></li>
102+
<li><a href="../bugs.html">回報錯誤</a></li>
103103
<li>
104104
<a href="https://github.com/python/cpython/blob/main/Doc/c-api/bool.rst"
105-
rel="nofollow">Show source
105+
rel="nofollow">顯示原始碼
106106
</a>
107107
</li>
108108
</ul>
@@ -245,12 +245,12 @@ <h4>下個主題</h4>
245245
title="下一章">浮點數(Floating-Point)物件</a></p>
246246
</div>
247247
<div role="note" aria-label="source link">
248-
<h3>This page</h3>
248+
<h3>此頁面</h3>
249249
<ul class="this-page-menu">
250-
<li><a href="../bugs.html">Report a bug</a></li>
250+
<li><a href="../bugs.html">回報錯誤</a></li>
251251
<li>
252252
<a href="https://github.com/python/cpython/blob/main/Doc/c-api/bool.rst"
253-
rel="nofollow">Show source
253+
rel="nofollow">顯示原始碼
254254
</a>
255255
</li>
256256
</ul>
@@ -341,7 +341,7 @@ <h3>瀏覽</h3>
341341
<a href="https://www.python.org/psf/donations/">Please donate.</a>
342342
<br>
343343
<br>
344-
最後更新於 6月 27, 2025 (10:06 UTC)。
344+
最後更新於 6月 27, 2025 (11:29 UTC)。
345345

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

c-api/buffer.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ <h4>下個主題</h4>
121121
title="下一章">具體物件層</a></p>
122122
</div>
123123
<div role="note" aria-label="source link">
124-
<h3>This page</h3>
124+
<h3>此頁面</h3>
125125
<ul class="this-page-menu">
126-
<li><a href="../bugs.html">Report a bug</a></li>
126+
<li><a href="../bugs.html">回報錯誤</a></li>
127127
<li>
128128
<a href="https://github.com/python/cpython/blob/main/Doc/c-api/buffer.rst"
129-
rel="nofollow">Show source
129+
rel="nofollow">顯示原始碼
130130
</a>
131131
</li>
132132
</ul>
@@ -926,12 +926,12 @@ <h4>下個主題</h4>
926926
title="下一章">具體物件層</a></p>
927927
</div>
928928
<div role="note" aria-label="source link">
929-
<h3>This page</h3>
929+
<h3>此頁面</h3>
930930
<ul class="this-page-menu">
931-
<li><a href="../bugs.html">Report a bug</a></li>
931+
<li><a href="../bugs.html">回報錯誤</a></li>
932932
<li>
933933
<a href="https://github.com/python/cpython/blob/main/Doc/c-api/buffer.rst"
934-
rel="nofollow">Show source
934+
rel="nofollow">顯示原始碼
935935
</a>
936936
</li>
937937
</ul>
@@ -1022,7 +1022,7 @@ <h3>瀏覽</h3>
10221022
<a href="https://www.python.org/psf/donations/">Please donate.</a>
10231023
<br>
10241024
<br>
1025-
最後更新於 6月 27, 2025 (10:06 UTC)。
1025+
最後更新於 6月 27, 2025 (11:29 UTC)。
10261026

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

c-api/bytearray.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ <h4>下個主題</h4>
109109
title="下一章">Unicode 物件與編解碼器</a></p>
110110
</div>
111111
<div role="note" aria-label="source link">
112-
<h3>This page</h3>
112+
<h3>此頁面</h3>
113113
<ul class="this-page-menu">
114-
<li><a href="../bugs.html">Report a bug</a></li>
114+
<li><a href="../bugs.html">回報錯誤</a></li>
115115
<li>
116116
<a href="https://github.com/python/cpython/blob/main/Doc/c-api/bytearray.rst"
117-
rel="nofollow">Show source
117+
rel="nofollow">顯示原始碼
118118
</a>
119119
</li>
120120
</ul>
@@ -304,12 +304,12 @@ <h4>下個主題</h4>
304304
title="下一章">Unicode 物件與編解碼器</a></p>
305305
</div>
306306
<div role="note" aria-label="source link">
307-
<h3>This page</h3>
307+
<h3>此頁面</h3>
308308
<ul class="this-page-menu">
309-
<li><a href="../bugs.html">Report a bug</a></li>
309+
<li><a href="../bugs.html">回報錯誤</a></li>
310310
<li>
311311
<a href="https://github.com/python/cpython/blob/main/Doc/c-api/bytearray.rst"
312-
rel="nofollow">Show source
312+
rel="nofollow">顯示原始碼
313313
</a>
314314
</li>
315315
</ul>
@@ -400,7 +400,7 @@ <h3>瀏覽</h3>
400400
<a href="https://www.python.org/psf/donations/">Please donate.</a>
401401
<br>
402402
<br>
403-
最後更新於 6月 27, 2025 (10:06 UTC)。
403+
最後更新於 6月 27, 2025 (11:29 UTC)。
404404

405405
<a href="/bugs.html">Found a bug</a>?
406406

0 commit comments

Comments
 (0)