Skip to content

Commit 7e11a86

Browse files
committed
Deploying to gh-pages from @ aa5446e 🚀
1 parent 5b2d3e0 commit 7e11a86

File tree

528 files changed

+5196
-5299
lines changed

Some content is hidden

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

528 files changed

+5196
-5299
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 256ad3889ebfb352819c71b61f41e1c6
3+
config: cf67798053fc51f776c1dd09ea98044b
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ <h3>瀏覽</h3>
402402
<a href="https://www.python.org/psf/donations/">Please donate.</a>
403403
<br />
404404
<br />
405-
最後更新於 May 09, 2024 (02:20 UTC)。
405+
最後更新於 May 09, 2024 (05:57 UTC)。
406406

407407
<a href="/bugs.html">Found a bug</a>?
408408

bugs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ <h2>說明文件的錯誤<a class="headerlink" href="#documentation-bugs" title=
313313
</section>
314314
<section id="getting-started-contributing-to-python-yourself">
315315
<span id="contributing-to-python"></span><h2>開始讓自己貢獻 Python<a class="headerlink" href="#getting-started-contributing-to-python-yourself" title="連結到這個標頭"></a></h2>
316-
<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>
316+
<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>
317317
</section>
318318
</section>
319319

@@ -441,7 +441,7 @@ <h3>瀏覽</h3>
441441
<a href="https://www.python.org/psf/donations/">Please donate.</a>
442442
<br />
443443
<br />
444-
最後更新於 May 09, 2024 (02:20 UTC)。
444+
最後更新於 May 09, 2024 (05:57 UTC)。
445445

446446
<a href="/bugs.html">Found a bug</a>?
447447

c-api/abstract.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<link rel="index" title="索引" href="../genindex.html" />
2626
<link rel="search" title="搜尋" href="../search.html" />
2727
<link rel="copyright" title="版權" href="../copyright.html" />
28-
<link rel="next" title="Object Protocol" href="object.html" />
28+
<link rel="next" title="物件協定" href="object.html" />
2929
<link rel="prev" title="Support for Perf Maps" href="perfmaps.html" />
3030
<link rel="canonical" href="https://docs.python.org/3/c-api/abstract.html" />
3131

@@ -176,7 +176,7 @@ <h4>上個主題</h4>
176176
<div>
177177
<h4>下個主題</h4>
178178
<p class="topless"><a href="object.html"
179-
title="下一章">Object Protocol</a></p>
179+
title="下一章">物件協定</a></p>
180180
</div>
181181
<div role="note" aria-label="source link">
182182
<h3>此頁面</h3>
@@ -204,7 +204,7 @@ <h3>瀏覽</h3>
204204
<a href="../py-modindex.html" title="Python 模組索引"
205205
>模組</a> |</li>
206206
<li class="right" >
207-
<a href="object.html" title="Object Protocol"
207+
<a href="object.html" title="物件協定"
208208
accesskey="N">下一頁</a> |</li>
209209
<li class="right" >
210210
<a href="perfmaps.html" title="Support for Perf Maps"
@@ -260,7 +260,7 @@ <h3>瀏覽</h3>
260260
<p>這些函式是不可能用於未正確初始化的物件(例如一個由 <a class="reference internal" href="list.html#c.PyList_New" title="PyList_New"><code class="xref c c-func docutils literal notranslate"><span class="pre">PyList_New()</span></code></a> 建立的 list 物件),而其中的項目沒有被設為一些非 <code class="docutils literal notranslate"><span class="pre">NULL</span></code> 的值。</p>
261261
<div class="toctree-wrapper compound">
262262
<ul>
263-
<li class="toctree-l1"><a class="reference internal" href="object.html">Object Protocol</a></li>
263+
<li class="toctree-l1"><a class="reference internal" href="object.html">物件協定</a></li>
264264
<li class="toctree-l1"><a class="reference internal" href="call.html">呼叫協定 (Call Protocol)</a><ul>
265265
<li class="toctree-l2"><a class="reference internal" href="call.html#the-tp-call-protocol"><em>tp_call</em> 協定</a></li>
266266
<li class="toctree-l2"><a class="reference internal" href="call.html#the-vectorcall-protocol">Vectorcall 協定</a><ul>
@@ -272,9 +272,9 @@ <h3>瀏覽</h3>
272272
<li class="toctree-l2"><a class="reference internal" href="call.html#call-support-api">呼叫支援 API</a></li>
273273
</ul>
274274
</li>
275-
<li class="toctree-l1"><a class="reference internal" href="number.html">Number Protocol</a></li>
276-
<li class="toctree-l1"><a class="reference internal" href="sequence.html">Sequence Protocol</a></li>
277-
<li class="toctree-l1"><a class="reference internal" href="mapping.html">Mapping Protocol</a></li>
275+
<li class="toctree-l1"><a class="reference internal" href="number.html">數字協定</a></li>
276+
<li class="toctree-l1"><a class="reference internal" href="sequence.html">序列協定</a></li>
277+
<li class="toctree-l1"><a class="reference internal" href="mapping.html">對映協定</a></li>
278278
<li class="toctree-l1"><a class="reference internal" href="iter.html">疊代器協議</a></li>
279279
<li class="toctree-l1"><a class="reference internal" href="buffer.html">緩衝協定 (Buffer Protocol)</a><ul>
280280
<li class="toctree-l2"><a class="reference internal" href="buffer.html#buffer-structure">Buffer structure</a></li>
@@ -314,7 +314,7 @@ <h4>上個主題</h4>
314314
<div>
315315
<h4>下個主題</h4>
316316
<p class="topless"><a href="object.html"
317-
title="下一章">Object Protocol</a></p>
317+
title="下一章">物件協定</a></p>
318318
</div>
319319
<div role="note" aria-label="source link">
320320
<h3>此頁面</h3>
@@ -345,7 +345,7 @@ <h3>瀏覽</h3>
345345
<a href="../py-modindex.html" title="Python 模組索引"
346346
>模組</a> |</li>
347347
<li class="right" >
348-
<a href="object.html" title="Object Protocol"
348+
<a href="object.html" title="物件協定"
349349
>下一頁</a> |</li>
350350
<li class="right" >
351351
<a href="perfmaps.html" title="Support for Perf Maps"
@@ -412,7 +412,7 @@ <h3>瀏覽</h3>
412412
<a href="https://www.python.org/psf/donations/">Please donate.</a>
413413
<br />
414414
<br />
415-
最後更新於 May 09, 2024 (02:20 UTC)。
415+
最後更新於 May 09, 2024 (05:57 UTC)。
416416

417417
<a href="/bugs.html">Found a bug</a>?
418418

c-api/allocation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ <h3>瀏覽</h3>
426426
<a href="https://www.python.org/psf/donations/">Please donate.</a>
427427
<br />
428428
<br />
429-
最後更新於 May 09, 2024 (02:20 UTC)。
429+
最後更新於 May 09, 2024 (05:57 UTC)。
430430

431431
<a href="/bugs.html">Found a bug</a>?
432432

c-api/apiabiversion.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<link rel="search" title="搜尋" href="../search.html" />
2727
<link rel="copyright" title="版權" href="../copyright.html" />
2828
<link rel="next" title="安裝 Python 模組" href="../installing/index.html" />
29-
<link rel="prev" title="Supporting Cyclic Garbage Collection" href="gcsupport.html" />
29+
<link rel="prev" title="循環垃圾回收的支援" href="gcsupport.html" />
3030
<link rel="canonical" href="https://docs.python.org/3/c-api/apiabiversion.html" />
3131

3232

@@ -171,7 +171,7 @@
171171
<div>
172172
<h4>上個主題</h4>
173173
<p class="topless"><a href="gcsupport.html"
174-
title="上一章">Supporting Cyclic Garbage Collection</a></p>
174+
title="上一章">循環垃圾回收的支援</a></p>
175175
</div>
176176
<div>
177177
<h4>下個主題</h4>
@@ -207,7 +207,7 @@ <h3>瀏覽</h3>
207207
<a href="../installing/index.html" title="安裝 Python 模組"
208208
accesskey="N">下一頁</a> |</li>
209209
<li class="right" >
210-
<a href="gcsupport.html" title="Supporting Cyclic Garbage Collection"
210+
<a href="gcsupport.html" title="循環垃圾回收的支援"
211211
accesskey="P">上一頁</a> |</li>
212212

213213
<li><img src="../_static/py.svg" alt="Python logo" style="vertical-align: middle; margin-top: -1px"/></li>
@@ -355,7 +355,7 @@ <h3>瀏覽</h3>
355355
<div>
356356
<h4>上個主題</h4>
357357
<p class="topless"><a href="gcsupport.html"
358-
title="上一章">Supporting Cyclic Garbage Collection</a></p>
358+
title="上一章">循環垃圾回收的支援</a></p>
359359
</div>
360360
<div>
361361
<h4>下個主題</h4>
@@ -394,7 +394,7 @@ <h3>瀏覽</h3>
394394
<a href="../installing/index.html" title="安裝 Python 模組"
395395
>下一頁</a> |</li>
396396
<li class="right" >
397-
<a href="gcsupport.html" title="Supporting Cyclic Garbage Collection"
397+
<a href="gcsupport.html" title="循環垃圾回收的支援"
398398
>上一頁</a> |</li>
399399

400400
<li><img src="../_static/py.svg" alt="Python logo" style="vertical-align: middle; margin-top: -1px"/></li>
@@ -458,7 +458,7 @@ <h3>瀏覽</h3>
458458
<a href="https://www.python.org/psf/donations/">Please donate.</a>
459459
<br />
460460
<br />
461-
最後更新於 May 09, 2024 (02:20 UTC)。
461+
最後更新於 May 09, 2024 (05:57 UTC)。
462462

463463
<a href="/bugs.html">Found a bug</a>?
464464

c-api/arg.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<link rel="search" title="搜尋" href="../search.html" />
2727
<link rel="copyright" title="版權" href="../copyright.html" />
2828
<link rel="next" title="字串轉換與格式化" href="conversion.html" />
29-
<link rel="prev" title="Data marshalling support" href="marshal.html" />
29+
<link rel="prev" title="資料 marshal 的支援" href="marshal.html" />
3030
<link rel="canonical" href="https://docs.python.org/3/c-api/arg.html" />
3131

3232

@@ -188,7 +188,7 @@ <h3><a href="../contents.html">目錄</a></h3>
188188
<div>
189189
<h4>上個主題</h4>
190190
<p class="topless"><a href="marshal.html"
191-
title="上一章">Data marshalling support</a></p>
191+
title="上一章">資料 marshal 的支援</a></p>
192192
</div>
193193
<div>
194194
<h4>下個主題</h4>
@@ -224,7 +224,7 @@ <h3>瀏覽</h3>
224224
<a href="conversion.html" title="字串轉換與格式化"
225225
accesskey="N">下一頁</a> |</li>
226226
<li class="right" >
227-
<a href="marshal.html" title="Data marshalling support"
227+
<a href="marshal.html" title="資料 marshal 的支援"
228228
accesskey="P">上一頁</a> |</li>
229229

230230
<li><img src="../_static/py.svg" alt="Python logo" style="vertical-align: middle; margin-top: -1px"/></li>
@@ -865,7 +865,7 @@ <h3><a href="../contents.html">目錄</a></h3>
865865
<div>
866866
<h4>上個主題</h4>
867867
<p class="topless"><a href="marshal.html"
868-
title="上一章">Data marshalling support</a></p>
868+
title="上一章">資料 marshal 的支援</a></p>
869869
</div>
870870
<div>
871871
<h4>下個主題</h4>
@@ -904,7 +904,7 @@ <h3>瀏覽</h3>
904904
<a href="conversion.html" title="字串轉換與格式化"
905905
>下一頁</a> |</li>
906906
<li class="right" >
907-
<a href="marshal.html" title="Data marshalling support"
907+
<a href="marshal.html" title="資料 marshal 的支援"
908908
>上一頁</a> |</li>
909909

910910
<li><img src="../_static/py.svg" alt="Python logo" style="vertical-align: middle; margin-top: -1px"/></li>
@@ -969,7 +969,7 @@ <h3>瀏覽</h3>
969969
<a href="https://www.python.org/psf/donations/">Please donate.</a>
970970
<br />
971971
<br />
972-
最後更新於 May 09, 2024 (02:20 UTC)。
972+
最後更新於 May 09, 2024 (05:57 UTC)。
973973

974974
<a href="/bugs.html">Found a bug</a>?
975975

c-api/bool.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ <h3>瀏覽</h3>
423423
<a href="https://www.python.org/psf/donations/">Please donate.</a>
424424
<br />
425425
<br />
426-
最後更新於 May 09, 2024 (02:20 UTC)。
426+
最後更新於 May 09, 2024 (05:57 UTC)。
427427

428428
<a href="/bugs.html">Found a bug</a>?
429429

c-api/buffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ <h3>瀏覽</h3>
10961096
<a href="https://www.python.org/psf/donations/">Please donate.</a>
10971097
<br />
10981098
<br />
1099-
最後更新於 May 09, 2024 (02:20 UTC)。
1099+
最後更新於 May 09, 2024 (05:57 UTC)。
11001100

11011101
<a href="/bugs.html">Found a bug</a>?
11021102

c-api/bytearray.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ <h3>瀏覽</h3>
479479
<a href="https://www.python.org/psf/donations/">Please donate.</a>
480480
<br />
481481
<br />
482-
最後更新於 May 09, 2024 (02:20 UTC)。
482+
最後更新於 May 09, 2024 (05:57 UTC)。
483483

484484
<a href="/bugs.html">Found a bug</a>?
485485

0 commit comments

Comments
 (0)