Skip to content

Commit bafbb76

Browse files
committed
Update translation build
1 parent c6ee2a4 commit bafbb76

732 files changed

Lines changed: 85921 additions & 71396 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.

docs/.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: f630c6053637c06ca892dc27bb005671
3+
config: d8e3be9ac01fd745015a3e771d663ec0
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_downloads/2de922c8230c8b1d200f53c0be1f5afb/tzinfo_examples.py renamed to docs/_downloads/6b45dc135219d1404be49d606589a11d/tzinfo_examples.py

File renamed without changes.

docs/_images/tk_msg.png

19.2 KB
Loading

docs/_sources/c-api/abstract.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ but whose items have not been set to some non-\ ``NULL`` value yet.
1818
.. toctree::
1919

2020
object.rst
21+
call.rst
2122
number.rst
2223
sequence.rst
2324
mapping.rst

docs/_sources/c-api/buffer.rst.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,12 @@ Buffer-related functions
462462
:c:func:`PyObject_GetBuffer`.
463463
464464
465-
.. c:function:: Py_ssize_t PyBuffer_SizeFromFormat(const char *)
465+
.. c:function:: Py_ssize_t PyBuffer_SizeFromFormat(const char *format)
466466
467467
Return the implied :c:data:`~Py_buffer.itemsize` from :c:data:`~Py_buffer.format`.
468-
This function is not yet implemented.
468+
On error, raise an exception and return -1.
469+
470+
.. versionadded:: 3.9
469471
470472
471473
.. c:function:: int PyBuffer_IsContiguous(Py_buffer *view, char order)

0 commit comments

Comments
 (0)