Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit9291e9d

Browse files
Deploy preview for PR 1148 🛫
1 parent61a046d commit9291e9d

File tree

572 files changed

+586
-574
lines changed

Some content is hidden

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

572 files changed

+586
-574
lines changed

‎pr-preview/pr-1148/_sources/c-api/arg.rst.txt‎

Lines changed: 1 addition & 1 deletion

‎pr-preview/pr-1148/_sources/c-api/module.rst.txt‎

Lines changed: 4 additions & 0 deletions

‎pr-preview/pr-1148/_sources/library/xmlrpc.client.rst.txt‎

Lines changed: 1 addition & 1 deletion

‎pr-preview/pr-1148/about.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ <h3>導航</h3>
314314
<ahref="https://www.python.org/psf/donations/">敬請捐贈。</a>
315315
<br>
316316
<br>
317-
最後更新於 10月24, 2025 (00:22 UTC)。
317+
最後更新於 10月25, 2025 (00:20 UTC)。
318318

319319
<ahref="/bugs.html">發現 bug</a>
320320

‎pr-preview/pr-1148/bugs.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ <h3>導航</h3>
355355
<ahref="https://www.python.org/psf/donations/">敬請捐贈。</a>
356356
<br>
357357
<br>
358-
最後更新於 10月24, 2025 (00:22 UTC)。
358+
最後更新於 10月25, 2025 (00:20 UTC)。
359359

360360
<ahref="/bugs.html">發現 bug</a>
361361

‎pr-preview/pr-1148/c-api/abstract.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ <h3>導航</h3>
323323
<ahref="https://www.python.org/psf/donations/">敬請捐贈。</a>
324324
<br>
325325
<br>
326-
最後更新於 10月24, 2025 (00:22 UTC)。
326+
最後更新於 10月25, 2025 (00:20 UTC)。
327327

328328
<ahref="/bugs.html">發現 bug</a>
329329

‎pr-preview/pr-1148/c-api/allocation.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ <h3>導航</h3>
432432
<ahref="https://www.python.org/psf/donations/">敬請捐贈。</a>
433433
<br>
434434
<br>
435-
最後更新於 10月24, 2025 (00:22 UTC)。
435+
最後更新於 10月25, 2025 (00:20 UTC)。
436436

437437
<ahref="/bugs.html">發現 bug</a>
438438

‎pr-preview/pr-1148/c-api/apiabiversion.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ <h3>導航</h3>
471471
<ahref="https://www.python.org/psf/donations/">敬請捐贈。</a>
472472
<br>
473473
<br>
474-
最後更新於 10月24, 2025 (00:22 UTC)。
474+
最後更新於 10月25, 2025 (00:20 UTC)。
475475

476476
<ahref="/bugs.html">發現 bug</a>
477477

‎pr-preview/pr-1148/c-api/arg.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ <h2>剖析引數<a class="headerlink" href="#parsing-arguments" title="連結到
320320
</dd>
321321
<dt><codeclass="docutils literal notranslate"><spanclass="pre">w*</span></code> (可讀寫<aclass="reference internal"href="../glossary.html#term-bytes-like-object"><spanclass="xref std std-term">bytes-like object</span></a>) [Py_buffer]</dt><dd><p>This format accepts any object which implements the read-write buffer
322322
interface. It fills a<aclass="reference internal"href="buffer.html#c.Py_buffer"title="Py_buffer"><codeclass="xref c c-type docutils literal notranslate"><spanclass="pre">Py_buffer</span></code></a> structure provided by the caller.
323-
The buffer may contain embedded null bytes. The callerhave to call
323+
The buffer may contain embedded null bytes. The callerhas to call
324324
<aclass="reference internal"href="buffer.html#c.PyBuffer_Release"title="PyBuffer_Release"><codeclass="xref c c-func docutils literal notranslate"><spanclass="pre">PyBuffer_Release()</span></code></a> when it is done with the buffer.</p>
325325
</dd>
326326
<dt><codeclass="docutils literal notranslate"><spanclass="pre">es</span></code> (<aclass="reference internal"href="../library/stdtypes.html#str"title="str"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code></a>) [const char *encoding, char **buffer]</dt><dd><p>This variant on<codeclass="docutils literal notranslate"><spanclass="pre">s</span></code> is used for encoding Unicode into a character buffer.
@@ -954,7 +954,7 @@ <h3>導航</h3>
954954
<ahref="https://www.python.org/psf/donations/">敬請捐贈。</a>
955955
<br>
956956
<br>
957-
最後更新於 10月24, 2025 (00:22 UTC)。
957+
最後更新於 10月25, 2025 (00:20 UTC)。
958958

959959
<ahref="/bugs.html">發現 bug</a>
960960

‎pr-preview/pr-1148/c-api/bool.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ <h3>導航</h3>
334334
<ahref="https://www.python.org/psf/donations/">敬請捐贈。</a>
335335
<br>
336336
<br>
337-
最後更新於 10月24, 2025 (00:22 UTC)。
337+
最後更新於 10月25, 2025 (00:20 UTC)。
338338

339339
<ahref="/bugs.html">發現 bug</a>
340340

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp