Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca0054c

Browse filesBrowse files
committed
Deploying to gh-pages from @ fabbfa0 🚀
1 parent f2e6e67 commit ca0054c
Copy full SHA for ca0054c

File tree

Expand file treeCollapse file tree

527 files changed

+3222
-3279
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

527 files changed

+3222
-3279
lines changed

‎.buildinfo

Copy file name to clipboard
+1-1Lines 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: 0722b56d6f024907969a947b5d483e07
3+
config: c247944966b6f5160adfe2f5ae0cc3c5
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

‎_static/documentation_options.js

Copy file name to clipboardExpand all lines: _static/documentation_options.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '3.13.0rc3',
2+
VERSION: '3.13.0',
33
LANGUAGE: 'zh-TW',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

‎_static/opensearch.xml

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
33
<ShortName>Python</ShortName>
4-
<Description>搜尋 Python 3.13.0rc3 說明文件</Description>
4+
<Description>搜尋 Python 3.13.0 說明文件</Description>
55
<InputEncoding>utf-8</InputEncoding>
66
<Url type="text/html" method="get"
77
template="https://docs.python.org/3.13/search.html?q={searchTerms}"/>
8-
<LongName>Python 3.13.0rc3 說明文件</LongName>
8+
<LongName>Python 3.13.0 說明文件</LongName>
99
<Image height="16" width="16" type="image/x-icon">https://www.python.org/images/favicon16x16.ico</Image>
1010
</OpenSearchDescription>

‎about.html

Copy file name to clipboardExpand all lines: about.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>關於這些說明文件 &#8212; Python 3.13.0rc3 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>關於這些說明文件 &#8212; Python 3.13.0 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1111
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?v=41b4f12d" />
1212
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="_static/pygments_dark.css?v=b20cc3f5" />
1313

14-
<script src="_static/documentation_options.js?v=a48ac207"></script>
14+
<script src="_static/documentation_options.js?v=bfa52fbd"></script>
1515
<script src="_static/doctools.js?v=9a2dae69"></script>
1616
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1717
<script src="_static/translations.js?v=f1e884e3"></script>
1818

1919
<script src="_static/sidebar.js"></script>
2020

2121
<link rel="search" type="application/opensearchdescription+xml"
22-
title="在 Python 3.13.0rc3 說明文件 中搜尋"
22+
title="在 Python 3.13.0 說明文件 中搜尋"
2323
href="_static/opensearch.xml"/>
2424
<link rel="author" title="關於這些文件" href="#" />
2525
<link rel="index" title="索引" href="genindex.html" />
@@ -147,7 +147,7 @@ <h3>瀏覽</h3>
147147

148148
</li>
149149
<li id="cpython-language-and-version">
150-
<a href="index.html">3.13.0rc3 Documentation</a> &#187;
150+
<a href="index.html">3.13.0 Documentation</a> &#187;
151151
</li>
152152

153153
<li class="nav-item nav-item-this"><a href="">關於這些說明文件</a></li>
@@ -269,7 +269,7 @@ <h3>瀏覽</h3>
269269

270270
</li>
271271
<li id="cpython-language-and-version">
272-
<a href="index.html">3.13.0rc3 Documentation</a> &#187;
272+
<a href="index.html">3.13.0 Documentation</a> &#187;
273273
</li>
274274

275275
<li class="nav-item nav-item-this"><a href="">關於這些說明文件</a></li>
@@ -319,7 +319,7 @@ <h3>瀏覽</h3>
319319
<a href="https://www.python.org/psf/donations/">Please donate.</a>
320320
<br />
321321
<br />
322-
最後更新於 Oct 07, 2024 (13:43 UTC)。
322+
最後更新於 Oct 07, 2024 (18:16 UTC)。
323323

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

‎bugs.html

Copy file name to clipboardExpand all lines: bugs.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>處理錯誤 (Bug) &#8212; Python 3.13.0rc3 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>處理錯誤 (Bug) &#8212; Python 3.13.0 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1111
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?v=41b4f12d" />
1212
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="_static/pygments_dark.css?v=b20cc3f5" />
1313

14-
<script src="_static/documentation_options.js?v=a48ac207"></script>
14+
<script src="_static/documentation_options.js?v=bfa52fbd"></script>
1515
<script src="_static/doctools.js?v=9a2dae69"></script>
1616
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1717
<script src="_static/translations.js?v=f1e884e3"></script>
1818

1919
<script src="_static/sidebar.js"></script>
2020

2121
<link rel="search" type="application/opensearchdescription+xml"
22-
title="在 Python 3.13.0rc3 說明文件 中搜尋"
22+
title="在 Python 3.13.0 說明文件 中搜尋"
2323
href="_static/opensearch.xml"/>
2424
<link rel="author" title="關於這些文件" href="about.html" />
2525
<link rel="index" title="索引" href="genindex.html" />
@@ -149,7 +149,7 @@ <h3>瀏覽</h3>
149149

150150
</li>
151151
<li id="cpython-language-and-version">
152-
<a href="index.html">3.13.0rc3 Documentation</a> &#187;
152+
<a href="index.html">3.13.0 Documentation</a> &#187;
153153
</li>
154154

155155
<li class="nav-item nav-item-this"><a href="">處理錯誤 (Bug)</a></li>
@@ -308,7 +308,7 @@ <h3>瀏覽</h3>
308308

309309
</li>
310310
<li id="cpython-language-and-version">
311-
<a href="index.html">3.13.0rc3 Documentation</a> &#187;
311+
<a href="index.html">3.13.0 Documentation</a> &#187;
312312
</li>
313313

314314
<li class="nav-item nav-item-this"><a href="">處理錯誤 (Bug)</a></li>
@@ -358,7 +358,7 @@ <h3>瀏覽</h3>
358358
<a href="https://www.python.org/psf/donations/">Please donate.</a>
359359
<br />
360360
<br />
361-
最後更新於 Oct 07, 2024 (13:43 UTC)。
361+
最後更新於 Oct 07, 2024 (18:16 UTC)。
362362

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

‎c-api/abstract.html

Copy file name to clipboardExpand all lines: c-api/abstract.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>抽象物件層 (Abstract Objects Layer) &#8212; Python 3.13.0rc3 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>抽象物件層 (Abstract Objects Layer) &#8212; Python 3.13.0 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
1111
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=41b4f12d" />
1212
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css?v=b20cc3f5" />
1313

14-
<script src="../_static/documentation_options.js?v=a48ac207"></script>
14+
<script src="../_static/documentation_options.js?v=bfa52fbd"></script>
1515
<script src="../_static/doctools.js?v=9a2dae69"></script>
1616
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1717
<script src="../_static/translations.js?v=f1e884e3"></script>
1818

1919
<script src="../_static/sidebar.js"></script>
2020

2121
<link rel="search" type="application/opensearchdescription+xml"
22-
title="在 Python 3.13.0rc3 說明文件 中搜尋"
22+
title="在 Python 3.13.0 說明文件 中搜尋"
2323
href="../_static/opensearch.xml"/>
2424
<link rel="author" title="關於這些文件" href="../about.html" />
2525
<link rel="index" title="索引" href="../genindex.html" />
@@ -137,7 +137,7 @@ <h3>瀏覽</h3>
137137

138138
</li>
139139
<li id="cpython-language-and-version">
140-
<a href="../index.html">3.13.0rc3 Documentation</a> &#187;
140+
<a href="../index.html">3.13.0 Documentation</a> &#187;
141141
</li>
142142

143143
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Python/C API 參考手冊</a> &#187;</li>
@@ -277,7 +277,7 @@ <h3>瀏覽</h3>
277277

278278
</li>
279279
<li id="cpython-language-and-version">
280-
<a href="../index.html">3.13.0rc3 Documentation</a> &#187;
280+
<a href="../index.html">3.13.0 Documentation</a> &#187;
281281
</li>
282282

283283
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API 參考手冊</a> &#187;</li>
@@ -328,7 +328,7 @@ <h3>瀏覽</h3>
328328
<a href="https://www.python.org/psf/donations/">Please donate.</a>
329329
<br />
330330
<br />
331-
最後更新於 Oct 07, 2024 (13:43 UTC)。
331+
最後更新於 Oct 07, 2024 (18:16 UTC)。
332332

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

‎c-api/allocation.html

Copy file name to clipboardExpand all lines: c-api/allocation.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>在 heap 上分配物件 &#8212; Python 3.13.0rc3 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>在 heap 上分配物件 &#8212; Python 3.13.0 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
1111
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=41b4f12d" />
1212
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css?v=b20cc3f5" />
1313

14-
<script src="../_static/documentation_options.js?v=a48ac207"></script>
14+
<script src="../_static/documentation_options.js?v=bfa52fbd"></script>
1515
<script src="../_static/doctools.js?v=9a2dae69"></script>
1616
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1717
<script src="../_static/translations.js?v=f1e884e3"></script>
1818

1919
<script src="../_static/sidebar.js"></script>
2020

2121
<link rel="search" type="application/opensearchdescription+xml"
22-
title="在 Python 3.13.0rc3 說明文件 中搜尋"
22+
title="在 Python 3.13.0 說明文件 中搜尋"
2323
href="../_static/opensearch.xml"/>
2424
<link rel="author" title="關於這些文件" href="../about.html" />
2525
<link rel="index" title="索引" href="../genindex.html" />
@@ -137,7 +137,7 @@ <h3>瀏覽</h3>
137137

138138
</li>
139139
<li id="cpython-language-and-version">
140-
<a href="../index.html">3.13.0rc3 Documentation</a> &#187;
140+
<a href="../index.html">3.13.0 Documentation</a> &#187;
141141
</li>
142142

143143
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API 參考手冊</a> &#187;</li>
@@ -291,7 +291,7 @@ <h3>瀏覽</h3>
291291

292292
</li>
293293
<li id="cpython-language-and-version">
294-
<a href="../index.html">3.13.0rc3 Documentation</a> &#187;
294+
<a href="../index.html">3.13.0 Documentation</a> &#187;
295295
</li>
296296

297297
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API 參考手冊</a> &#187;</li>
@@ -343,7 +343,7 @@ <h3>瀏覽</h3>
343343
<a href="https://www.python.org/psf/donations/">Please donate.</a>
344344
<br />
345345
<br />
346-
最後更新於 Oct 07, 2024 (13:43 UTC)。
346+
最後更新於 Oct 07, 2024 (18:16 UTC)。
347347

348348
<a href="/bugs.html">Found a bug</a>?
349349

‎c-api/apiabiversion.html

Copy file name to clipboardExpand all lines: c-api/apiabiversion.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>API 和 ABI 版本管理 &#8212; Python 3.13.0rc3 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>API 和 ABI 版本管理 &#8212; Python 3.13.0 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
1111
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=41b4f12d" />
1212
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css?v=b20cc3f5" />
1313

14-
<script src="../_static/documentation_options.js?v=a48ac207"></script>
14+
<script src="../_static/documentation_options.js?v=bfa52fbd"></script>
1515
<script src="../_static/doctools.js?v=9a2dae69"></script>
1616
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1717
<script src="../_static/translations.js?v=f1e884e3"></script>
1818

1919
<script src="../_static/sidebar.js"></script>
2020

2121
<link rel="search" type="application/opensearchdescription+xml"
22-
title="在 Python 3.13.0rc3 說明文件 中搜尋"
22+
title="在 Python 3.13.0 說明文件 中搜尋"
2323
href="../_static/opensearch.xml"/>
2424
<link rel="author" title="關於這些文件" href="../about.html" />
2525
<link rel="index" title="索引" href="../genindex.html" />
@@ -137,7 +137,7 @@ <h3>瀏覽</h3>
137137

138138
</li>
139139
<li id="cpython-language-and-version">
140-
<a href="../index.html">3.13.0rc3 Documentation</a> &#187;
140+
<a href="../index.html">3.13.0 Documentation</a> &#187;
141141
</li>
142142

143143
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Python/C API 參考手冊</a> &#187;</li>
@@ -324,7 +324,7 @@ <h3>瀏覽</h3>
324324

325325
</li>
326326
<li id="cpython-language-and-version">
327-
<a href="../index.html">3.13.0rc3 Documentation</a> &#187;
327+
<a href="../index.html">3.13.0 Documentation</a> &#187;
328328
</li>
329329

330330
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API 參考手冊</a> &#187;</li>
@@ -375,7 +375,7 @@ <h3>瀏覽</h3>
375375
<a href="https://www.python.org/psf/donations/">Please donate.</a>
376376
<br />
377377
<br />
378-
最後更新於 Oct 07, 2024 (13:43 UTC)。
378+
最後更新於 Oct 07, 2024 (18:16 UTC)。
379379

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

‎c-api/arg.html

Copy file name to clipboardExpand all lines: c-api/arg.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>剖析引數與建置數值 &#8212; Python 3.13.0rc3 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>剖析引數與建置數值 &#8212; Python 3.13.0 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
1111
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=41b4f12d" />
1212
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css?v=b20cc3f5" />
1313

14-
<script src="../_static/documentation_options.js?v=a48ac207"></script>
14+
<script src="../_static/documentation_options.js?v=bfa52fbd"></script>
1515
<script src="../_static/doctools.js?v=9a2dae69"></script>
1616
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1717
<script src="../_static/translations.js?v=f1e884e3"></script>
1818

1919
<script src="../_static/sidebar.js"></script>
2020

2121
<link rel="search" type="application/opensearchdescription+xml"
22-
title="在 Python 3.13.0rc3 說明文件 中搜尋"
22+
title="在 Python 3.13.0 說明文件 中搜尋"
2323
href="../_static/opensearch.xml"/>
2424
<link rel="author" title="關於這些文件" href="../about.html" />
2525
<link rel="index" title="索引" href="../genindex.html" />
@@ -154,7 +154,7 @@ <h3>瀏覽</h3>
154154

155155
</li>
156156
<li id="cpython-language-and-version">
157-
<a href="../index.html">3.13.0rc3 Documentation</a> &#187;
157+
<a href="../index.html">3.13.0 Documentation</a> &#187;
158158
</li>
159159

160160
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API 參考手冊</a> &#187;</li>
@@ -871,7 +871,7 @@ <h3>瀏覽</h3>
871871

872872
</li>
873873
<li id="cpython-language-and-version">
874-
<a href="../index.html">3.13.0rc3 Documentation</a> &#187;
874+
<a href="../index.html">3.13.0 Documentation</a> &#187;
875875
</li>
876876

877877
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API 參考手冊</a> &#187;</li>
@@ -923,7 +923,7 @@ <h3>瀏覽</h3>
923923
<a href="https://www.python.org/psf/donations/">Please donate.</a>
924924
<br />
925925
<br />
926-
最後更新於 Oct 07, 2024 (13:43 UTC)。
926+
最後更新於 Oct 07, 2024 (18:16 UTC)。
927927

928928
<a href="/bugs.html">Found a bug</a>?
929929

‎c-api/bool.html

Copy file name to clipboardExpand all lines: c-api/bool.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>Boolean(布林)物件 &#8212; Python 3.13.0rc3 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>Boolean(布林)物件 &#8212; Python 3.13.0 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
1111
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=41b4f12d" />
1212
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css?v=b20cc3f5" />
1313

14-
<script src="../_static/documentation_options.js?v=a48ac207"></script>
14+
<script src="../_static/documentation_options.js?v=bfa52fbd"></script>
1515
<script src="../_static/doctools.js?v=9a2dae69"></script>
1616
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1717
<script src="../_static/translations.js?v=f1e884e3"></script>
1818

1919
<script src="../_static/sidebar.js"></script>
2020

2121
<link rel="search" type="application/opensearchdescription+xml"
22-
title="在 Python 3.13.0rc3 說明文件 中搜尋"
22+
title="在 Python 3.13.0 說明文件 中搜尋"
2323
href="../_static/opensearch.xml"/>
2424
<link rel="author" title="關於這些文件" href="../about.html" />
2525
<link rel="index" title="索引" href="../genindex.html" />
@@ -137,7 +137,7 @@ <h3>瀏覽</h3>
137137

138138
</li>
139139
<li id="cpython-language-and-version">
140-
<a href="../index.html">3.13.0rc3 Documentation</a> &#187;
140+
<a href="../index.html">3.13.0 Documentation</a> &#187;
141141
</li>
142142

143143
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API 參考手冊</a> &#187;</li>
@@ -288,7 +288,7 @@ <h3>瀏覽</h3>
288288

289289
</li>
290290
<li id="cpython-language-and-version">
291-
<a href="../index.html">3.13.0rc3 Documentation</a> &#187;
291+
<a href="../index.html">3.13.0 Documentation</a> &#187;
292292
</li>
293293

294294
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API 參考手冊</a> &#187;</li>
@@ -340,7 +340,7 @@ <h3>瀏覽</h3>
340340
<a href="https://www.python.org/psf/donations/">Please donate.</a>
341341
<br />
342342
<br />
343-
最後更新於 Oct 07, 2024 (13:43 UTC)。
343+
最後更新於 Oct 07, 2024 (18:16 UTC)。
344344

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.