Skip to content

Commit 0db6920

Browse files
committed
Update UCD version references to 15.1.0
1 parent af730eb commit 0db6920

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Doc/library/stdtypes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ expression support in the :mod:`re` module).
16411641

16421642
The casefolding algorithm is
16431643
`described in section 3.13 'Default Case Folding' of the Unicode Standard
1644-
<https://www.unicode.org/versions/Unicode15.0.0/ch03.pdf>`__.
1644+
<https://www.unicode.org/versions/Unicode15.1.0/ch03.pdf>`__.
16451645

16461646
.. versionadded:: 3.3
16471647

@@ -1805,7 +1805,7 @@ expression support in the :mod:`re` module).
18051805
property being one of "Lm", "Lt", "Lu", "Ll", or "Lo". Note that this is different
18061806
from the `Alphabetic property defined in the section 4.10 'Letters, Alphabetic, and
18071807
Ideographic' of the Unicode Standard
1808-
<https://www.unicode.org/versions/Unicode15.0.0/ch04.pdf>`_.
1808+
<https://www.unicode.org/versions/Unicode15.1.0/ch04.pdf>`_.
18091809

18101810

18111811
.. method:: str.isascii()
@@ -1941,7 +1941,7 @@ expression support in the :mod:`re` module).
19411941

19421942
The lowercasing algorithm used is
19431943
`described in section 3.13 'Default Case Folding' of the Unicode Standard
1944-
<https://www.unicode.org/versions/Unicode15.0.0/ch03.pdf>`__.
1944+
<https://www.unicode.org/versions/Unicode15.1.0/ch03.pdf>`__.
19451945

19461946

19471947
.. method:: str.lstrip([chars])
@@ -2290,7 +2290,7 @@ expression support in the :mod:`re` module).
22902290

22912291
The uppercasing algorithm used is
22922292
`described in section 3.13 'Default Case Folding' of the Unicode Standard
2293-
<https://www.unicode.org/versions/Unicode15.0.0/ch03.pdf>`__.
2293+
<https://www.unicode.org/versions/Unicode15.1.0/ch03.pdf>`__.
22942294

22952295

22962296
.. method:: str.zfill(width)

Doc/library/unicodedata.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
This module provides access to the Unicode Character Database (UCD) which
1919
defines character properties for all Unicode characters. The data contained in
20-
this database is compiled from the `UCD version 15.0.0
21-
<https://www.unicode.org/Public/15.0.0/ucd>`_.
20+
this database is compiled from the `UCD version 15.1.0
21+
<https://www.unicode.org/Public/15.1.0/ucd>`_.
2222

2323
The module uses the same names and symbols as defined by Unicode
2424
Standard Annex #44, `"Unicode Character Database"
@@ -175,6 +175,6 @@ Examples:
175175

176176
.. rubric:: Footnotes
177177

178-
.. [#] https://www.unicode.org/Public/15.0.0/ucd/NameAliases.txt
178+
.. [#] https://www.unicode.org/Public/15.1.0/ucd/NameAliases.txt
179179
180-
.. [#] https://www.unicode.org/Public/15.0.0/ucd/NamedSequences.txt
180+
.. [#] https://www.unicode.org/Public/15.1.0/ucd/NamedSequences.txt

Doc/reference/lexical_analysis.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,16 +315,16 @@ The Unicode category codes mentioned above stand for:
315315
* *Nd* - decimal numbers
316316
* *Pc* - connector punctuations
317317
* *Other_ID_Start* - explicit list of characters in `PropList.txt
318-
<https://www.unicode.org/Public/15.0.0/ucd/PropList.txt>`_ to support backwards
318+
<https://www.unicode.org/Public/15.1.0/ucd/PropList.txt>`_ to support backwards
319319
compatibility
320320
* *Other_ID_Continue* - likewise
321321

322322
All identifiers are converted into the normal form NFKC while parsing; comparison
323323
of identifiers is based on NFKC.
324324

325325
A non-normative HTML file listing all valid identifier characters for Unicode
326-
15.0.0 can be found at
327-
https://www.unicode.org/Public/15.0.0/ucd/DerivedCoreProperties.txt
326+
15.1.0 can be found at
327+
https://www.unicode.org/Public/15.1.0/ucd/DerivedCoreProperties.txt
328328

329329

330330
.. _keywords:
@@ -1045,4 +1045,4 @@ occurrence outside string literals and comments is an unconditional error:
10451045
10461046
.. rubric:: Footnotes
10471047

1048-
.. [#] https://www.unicode.org/Public/15.0.0/ucd/NameAliases.txt
1048+
.. [#] https://www.unicode.org/Public/15.1.0/ucd/NameAliases.txt

0 commit comments

Comments
 (0)