Skip to content

Commit 7ab4868

Browse files
Deploy preview for PR 1226 🛫
1 parent a0e4ea7 commit 7ab4868

587 files changed

Lines changed: 9500 additions & 9441 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-1226/.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 records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 429e5f11a7c447b979c1ef472ceffa09
3+
config: b02cda96b875405e45b4d2ef9728b3cb
44
tags: b5e2c454ba7771976391ed0cecdde553

pr-preview/pr-1226/_sources/library/ipaddress.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@ write code that handles both IP versions correctly. Address objects are
369369

370370
.. attribute:: ipv4_mapped
371371

372-
For addresses that appear to be IPv4 mapped addresses (starting with
373-
``::FFFF/96``), this property will report the embedded IPv4 address.
374-
For any other address, this property will be ``None``.
372+
For addresses that appear to be IPv4 mapped addresses in the range
373+
``::FFFF:0:0/96`` as defined by :RFC:`4291`, this property reports the
374+
embedded IPv4 address. For any other address, this property will be ``None``.
375375

376376
.. attribute:: scope_id
377377

pr-preview/pr-1226/_sources/library/urllib.robotparser.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
This module provides a single class, :class:`RobotFileParser`, which answers
2121
questions about whether or not a particular user agent can fetch a URL on the
2222
website that published the :file:`robots.txt` file. For more details on the
23-
structure of :file:`robots.txt` files, see http://www.robotstxt.org/orig.html.
23+
structure of :file:`robots.txt` files, see :rfc:`9309`.
2424

2525

2626
.. class:: RobotFileParser(url='')

pr-preview/pr-1226/_sources/reference/simple_stmts.rst.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,9 @@ The basic import statement (no :keyword:`from` clause) is executed in two
760760
steps:
761761

762762
#. find a module, loading and initializing it if necessary
763-
#. define a name or names in the local namespace for the scope where
764-
the :keyword:`import` statement occurs.
763+
#. define a name or names in the current namespace for the scope where
764+
the :keyword:`import` statement occurs, just as an assignment statement
765+
would (including :keyword:`global` and :keyword:`nonlocal` semantics).
765766

766767
When the statement contains multiple clauses (separated by
767768
commas) the two steps are carried out separately for each clause, just
@@ -806,7 +807,7 @@ The :keyword:`from` form uses a slightly more complex process:
806807
#. if not, attempt to import a submodule with that name and then
807808
check the imported module again for that attribute
808809
#. if the attribute is not found, :exc:`ImportError` is raised.
809-
#. otherwise, a reference to that value is stored in the local namespace,
810+
#. otherwise, a reference to that value is stored in the current namespace,
810811
using the name in the :keyword:`!as` clause if it is present,
811812
otherwise using the attribute name
812813

pr-preview/pr-1226/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '3.14.4',
2+
VERSION: '3.14.5rc1',
33
LANGUAGE: 'zh-TW',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',
Lines 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.14.4 說明文件</Description>
4+
<Description>搜尋 Python 3.14.5rc1 說明文件</Description>
55
<InputEncoding>utf-8</InputEncoding>
66
<Url type="text/html" method="get"
77
template="https://docs.python.org/3.14/search.html?q={searchTerms}"/>
8-
<LongName>Python 3.14.4 說明文件</LongName>
8+
<LongName>Python 3.14.5rc1 說明文件</LongName>
99
<Image height="16" width="16" type="image/x-icon">https://www.python.org/images/favicon16x16.ico</Image>
1010
</OpenSearchDescription>

pr-preview/pr-1226/about.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
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.14.4 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>關於這份說明文件 &#8212; Python 3.14.5rc1 說明文件</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=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="_static/classic.css?v=234b1a7c" />
1212
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?v=4365c8fe" />
1313
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="_static/pygments_dark.css?v=5349f25f" />
1414

15-
<script src="_static/documentation_options.js?v=9e923c91"></script>
15+
<script src="_static/documentation_options.js?v=7946d9c5"></script>
1616
<script src="_static/doctools.js?v=9bcbadda"></script>
1717
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="_static/translations.js?v=cbf116e0"></script>
1919

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

2222
<link rel="search" type="application/opensearchdescription+xml"
23-
title="在 Python 3.14.4 說明文件 中搜尋"
23+
title="在 Python 3.14.5rc1 說明文件 中搜尋"
2424
href="_static/opensearch.xml"/>
2525
<link rel="author" title="關於這些文件" href="#" />
2626
<link rel="index" title="索引" href="genindex.html" />
@@ -169,7 +169,7 @@ <h3>導航</h3>
169169

170170
</li>
171171
<li id="cpython-language-and-version">
172-
<a href="index.html">3.14.4 Documentation</a> &#187;
172+
<a href="index.html">3.14.5rc1 Documentation</a> &#187;
173173
</li>
174174

175175
<li class="nav-item nav-item-this"><a href="">關於這份說明文件</a></li>
@@ -312,7 +312,7 @@ <h3>導航</h3>
312312

313313
</li>
314314
<li id="cpython-language-and-version">
315-
<a href="index.html">3.14.4 Documentation</a> &#187;
315+
<a href="index.html">3.14.5rc1 Documentation</a> &#187;
316316
</li>
317317

318318
<li class="nav-item nav-item-this"><a href="">關於這份說明文件</a></li>
@@ -356,7 +356,7 @@ <h3>導航</h3>
356356
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
357357
<br>
358358
<br>
359-
最後更新於 5月 04, 2026 (00:38 UTC)。
359+
最後更新於 5月 05, 2026 (00:38 UTC)。
360360

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

pr-preview/pr-1226/bugs.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
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.14.4 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>處理錯誤 (Bug) &#8212; Python 3.14.5rc1 說明文件</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=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="_static/classic.css?v=234b1a7c" />
1212
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?v=4365c8fe" />
1313
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="_static/pygments_dark.css?v=5349f25f" />
1414

15-
<script src="_static/documentation_options.js?v=9e923c91"></script>
15+
<script src="_static/documentation_options.js?v=7946d9c5"></script>
1616
<script src="_static/doctools.js?v=9bcbadda"></script>
1717
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="_static/translations.js?v=cbf116e0"></script>
1919

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

2222
<link rel="search" type="application/opensearchdescription+xml"
23-
title="在 Python 3.14.4 說明文件 中搜尋"
23+
title="在 Python 3.14.5rc1 說明文件 中搜尋"
2424
href="_static/opensearch.xml"/>
2525
<link rel="author" title="關於這些文件" href="about.html" />
2626
<link rel="index" title="索引" href="genindex.html" />
@@ -171,7 +171,7 @@ <h3>導航</h3>
171171

172172
</li>
173173
<li id="cpython-language-and-version">
174-
<a href="index.html">3.14.4 Documentation</a> &#187;
174+
<a href="index.html">3.14.5rc1 Documentation</a> &#187;
175175
</li>
176176

177177
<li class="nav-item nav-item-this"><a href="">處理錯誤 (Bug)</a></li>
@@ -349,7 +349,7 @@ <h3>導航</h3>
349349

350350
</li>
351351
<li id="cpython-language-and-version">
352-
<a href="index.html">3.14.4 Documentation</a> &#187;
352+
<a href="index.html">3.14.5rc1 Documentation</a> &#187;
353353
</li>
354354

355355
<li class="nav-item nav-item-this"><a href="">處理錯誤 (Bug)</a></li>
@@ -393,7 +393,7 @@ <h3>導航</h3>
393393
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
394394
<br>
395395
<br>
396-
最後更新於 5月 04, 2026 (00:38 UTC)。
396+
最後更新於 5月 05, 2026 (00:38 UTC)。
397397

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
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.14.4 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>抽象物件層 (Abstract Objects Layer) &#8212; Python 3.14.5rc1 說明文件</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=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="../_static/classic.css?v=234b1a7c" />
1212
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=4365c8fe" />
1313
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css?v=5349f25f" />
1414

15-
<script src="../_static/documentation_options.js?v=9e923c91"></script>
15+
<script src="../_static/documentation_options.js?v=7946d9c5"></script>
1616
<script src="../_static/doctools.js?v=9bcbadda"></script>
1717
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="../_static/translations.js?v=cbf116e0"></script>
1919

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

2222
<link rel="search" type="application/opensearchdescription+xml"
23-
title="在 Python 3.14.4 說明文件 中搜尋"
23+
title="在 Python 3.14.5rc1 說明文件 中搜尋"
2424
href="../_static/opensearch.xml"/>
2525
<link rel="author" title="關於這些文件" href="../about.html" />
2626
<link rel="index" title="索引" href="../genindex.html" />
@@ -159,7 +159,7 @@ <h3>導航</h3>
159159

160160
</li>
161161
<li id="cpython-language-and-version">
162-
<a href="../index.html">3.14.4 Documentation</a> &#187;
162+
<a href="../index.html">3.14.5rc1 Documentation</a> &#187;
163163
</li>
164164

165165
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Python/C API 參考手冊</a> &#187;</li>
@@ -320,7 +320,7 @@ <h3>導航</h3>
320320

321321
</li>
322322
<li id="cpython-language-and-version">
323-
<a href="../index.html">3.14.4 Documentation</a> &#187;
323+
<a href="../index.html">3.14.5rc1 Documentation</a> &#187;
324324
</li>
325325

326326
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API 參考手冊</a> &#187;</li>
@@ -365,7 +365,7 @@ <h3>導航</h3>
365365
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
366366
<br>
367367
<br>
368-
最後更新於 5月 04, 2026 (00:38 UTC)。
368+
最後更新於 5月 05, 2026 (00:38 UTC)。
369369

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
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.14.4 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>在 heap 上分配物件 &#8212; Python 3.14.5rc1 說明文件</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=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="../_static/classic.css?v=234b1a7c" />
1212
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=4365c8fe" />
1313
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css?v=5349f25f" />
1414

15-
<script src="../_static/documentation_options.js?v=9e923c91"></script>
15+
<script src="../_static/documentation_options.js?v=7946d9c5"></script>
1616
<script src="../_static/doctools.js?v=9bcbadda"></script>
1717
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="../_static/translations.js?v=cbf116e0"></script>
1919

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

2222
<link rel="search" type="application/opensearchdescription+xml"
23-
title="在 Python 3.14.4 說明文件 中搜尋"
23+
title="在 Python 3.14.5rc1 說明文件 中搜尋"
2424
href="../_static/opensearch.xml"/>
2525
<link rel="author" title="關於這些文件" href="../about.html" />
2626
<link rel="index" title="索引" href="../genindex.html" />
@@ -169,7 +169,7 @@ <h3>導航</h3>
169169

170170
</li>
171171
<li id="cpython-language-and-version">
172-
<a href="../index.html">3.14.4 Documentation</a> &#187;
172+
<a href="../index.html">3.14.5rc1 Documentation</a> &#187;
173173
</li>
174174

175175
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API 參考手冊</a> &#187;</li>
@@ -531,7 +531,7 @@ <h3>導航</h3>
531531

532532
</li>
533533
<li id="cpython-language-and-version">
534-
<a href="../index.html">3.14.4 Documentation</a> &#187;
534+
<a href="../index.html">3.14.5rc1 Documentation</a> &#187;
535535
</li>
536536

537537
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API 參考手冊</a> &#187;</li>
@@ -577,7 +577,7 @@ <h3>導航</h3>
577577
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
578578
<br>
579579
<br>
580-
最後更新於 5月 04, 2026 (00:38 UTC)。
580+
最後更新於 5月 05, 2026 (00:38 UTC)。
581581

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

0 commit comments

Comments
 (0)