@@ -1679,7 +1679,7 @@ expression support in the :mod:`re` module).
1679
1679
1680
1680
The casefolding algorithm is
1681
1681
`described in section 3.13 'Default Case Folding' of the Unicode Standard
1682
- <https://www.unicode.org/versions/Unicode15.1 .0/ch03.pdf > `__.
1682
+ <https://www.unicode.org/versions/Unicode16.0 .0/core-spec/chapter-3/#G33992 > `__.
1683
1683
1684
1684
.. versionadded :: 3.3
1685
1685
@@ -1843,7 +1843,7 @@ expression support in the :mod:`re` module).
1843
1843
property being one of "Lm", "Lt", "Lu", "Ll", or "Lo". Note that this is different
1844
1844
from the `Alphabetic property defined in the section 4.10 'Letters, Alphabetic, and
1845
1845
Ideographic' of the Unicode Standard
1846
- <https://www.unicode.org/versions/Unicode15.1 .0/ch04.pdf > `_.
1846
+ <https://www.unicode.org/versions/Unicode16.0 .0/core-spec/chapter-4/#G91002 > `_.
1847
1847
1848
1848
1849
1849
.. method :: str.isascii()
@@ -1979,7 +1979,7 @@ expression support in the :mod:`re` module).
1979
1979
1980
1980
The lowercasing algorithm used is
1981
1981
`described in section 3.13 'Default Case Folding' of the Unicode Standard
1982
- <https://www.unicode.org/versions/Unicode15.1 .0/ch03.pdf > `__.
1982
+ <https://www.unicode.org/versions/Unicode16.0 .0/core-spec/chapter-3/#G33992 > `__.
1983
1983
1984
1984
1985
1985
.. method :: str.lstrip([chars])
@@ -2331,7 +2331,7 @@ expression support in the :mod:`re` module).
2331
2331
2332
2332
The uppercasing algorithm used is
2333
2333
`described in section 3.13 'Default Case Folding' of the Unicode Standard
2334
- <https://www.unicode.org/versions/Unicode15.1 .0/ch03.pdf > `__.
2334
+ <https://www.unicode.org/versions/Unicode16.0 .0/core-spec/chapter-3/#G33992 > `__.
2335
2335
2336
2336
2337
2337
.. method :: str.zfill(width)
0 commit comments