diff options
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/library/base64.rst | 4 | ||||
| -rw-r--r-- | Doc/library/binascii.rst | 2 | ||||
| -rw-r--r-- | Doc/library/mmap.rst | 4 | ||||
| -rw-r--r-- | Doc/library/os.rst | 2 | ||||
| -rw-r--r-- | Doc/library/unicodedata.rst | 8 |
5 files changed, 10 insertions, 10 deletions
diff --git a/Doc/library/base64.rst b/Doc/library/base64.rst index c07a536..4876117 100644 --- a/Doc/library/base64.rst +++ b/Doc/library/base64.rst @@ -68,7 +68,7 @@ POST request. May assert or raise a :exc:`ValueError` if the length of *altchars* is not 2. Raises a :exc:`TypeError` if *altchars* is not a :term:`bytes-like object`. - .. versionchanged:: next + .. versionchanged:: 3.15 Added the *wrapcol* parameter. @@ -285,7 +285,7 @@ Refer to the documentation of the individual functions for more information. .. versionadded:: 3.13 - .. versionchanged:: next + .. versionchanged:: 3.15 The *pad* parameter was added. diff --git a/Doc/library/binascii.rst b/Doc/library/binascii.rst index d467a71..eaf7557 100644 --- a/Doc/library/binascii.rst +++ b/Doc/library/binascii.rst @@ -82,7 +82,7 @@ The :mod:`binascii` module defines the following functions: .. versionchanged:: 3.6 Added the *newline* parameter. - .. versionchanged:: next + .. versionchanged:: 3.15 Added the *wrapcol* parameter. diff --git a/Doc/library/mmap.rst b/Doc/library/mmap.rst index ae4a7fc..774d05f 100644 --- a/Doc/library/mmap.rst +++ b/Doc/library/mmap.rst @@ -241,7 +241,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length specified alone, and the flush operation will extend from *offset* to the end of the mmap. - .. versionchanged:: next + .. versionchanged:: 3.15 Added *flags* parameter to control synchronization behavior. @@ -488,4 +488,4 @@ MS_* Constants * :data:`MS_INVALIDATE` - Invalidate cached data: invalidates other mappings of the same file so they can see the changes. - .. versionadded:: next + .. versionadded:: 3.15 diff --git a/Doc/library/os.rst b/Doc/library/os.rst index c766aa4..31c0964 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1562,7 +1562,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo .. availability:: Linux >= 6.11 - .. versionadded:: next + .. versionadded:: 3.15 .. function:: ptsname(fd, /) diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index 8ae0a92..838744c 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -188,14 +188,14 @@ following functions: Returns the Grapheme_Cluster_Break property assigned to the character. - .. versionadded:: next + .. versionadded:: 3.15 .. function:: indic_conjunct_break(chr, /) Returns the Indic_Conjunct_Break property assigned to the character. - .. versionadded:: next + .. versionadded:: 3.15 .. function:: extended_pictographic(chr, /) @@ -203,7 +203,7 @@ following functions: Returns ``True`` if the character has the Extended_Pictographic property, ``False`` otherwise. - .. versionadded:: next + .. versionadded:: 3.15 .. function:: normalize(form, unistr, /) @@ -262,7 +262,7 @@ following functions: Standard Annex #29, `"Unicode Text Segmentation" <https://www.unicode.org/reports/tr29/>`_. - .. versionadded:: next + .. versionadded:: 3.15 In addition, the module exposes the following constant: |
