@@ -1843,9 +1843,9 @@ expression support in the :mod:`re` module).
1843
1843
lowercase, :meth: `lower ` would do nothing to ``'ß' ``; :meth: `casefold `
1844
1844
converts it to ``"ss" ``.
1845
1845
1846
- The casefolding algorithm is
1847
- ` described in section 3.13 'Default Case Folding' of the Unicode Standard
1848
- <https://www.unicode.org/versions/Unicode16 .0.0/core-spec/chapter-3/#G33992 > `__.
1846
+ The casefolding algorithm is ` described in section 3.13.3 'Default Case
1847
+ Folding' of the Unicode Standard
1848
+ <https://www.unicode.org/versions/Unicode17 .0.0/core-spec/chapter-3/#G53253 > `__.
1849
1849
1850
1850
.. versionadded :: 3.3
1851
1851
@@ -2056,7 +2056,7 @@ expression support in the :mod:`re` module).
2056
2056
property being one of "Lm", "Lt", "Lu", "Ll", or "Lo". Note that this is different
2057
2057
from the `Alphabetic property defined in the section 4.10 'Letters, Alphabetic, and
2058
2058
Ideographic' of the Unicode Standard
2059
- <https://www.unicode.org/versions/Unicode16 .0.0/core-spec/chapter-4/#G91002> `_.
2059
+ <https://www.unicode.org/versions/Unicode17 .0.0/core-spec/chapter-4/#G91002> `_.
2060
2060
2061
2061
2062
2062
.. method :: str.isascii()
@@ -2196,9 +2196,9 @@ expression support in the :mod:`re` module).
2196
2196
Return a copy of the string with all the cased characters [4 ]_ converted to
2197
2197
lowercase.
2198
2198
2199
- The lowercasing algorithm used is
2200
- ` described in section 3.13 'Default Case Folding ' of the Unicode Standard
2201
- <https://www.unicode.org/versions/Unicode16 .0.0/core-spec/chapter-3/#G33992 > `__.
2199
+ The lowercasing algorithm used is ` described in section 3.13.2 'Default Case
2200
+ Conversion ' of the Unicode Standard
2201
+ <https://www.unicode.org/versions/Unicode17 .0.0/core-spec/chapter-3/#G34078 > `__.
2202
2202
2203
2203
2204
2204
.. method :: str.lstrip(chars=None, /)
@@ -2561,9 +2561,9 @@ expression support in the :mod:`re` module).
2561
2561
character(s) is not "Lu" (Letter, uppercase), but e.g. "Lt" (Letter,
2562
2562
titlecase).
2563
2563
2564
- The uppercasing algorithm used is
2565
- ` described in section 3.13 'Default Case Folding ' of the Unicode Standard
2566
- <https://www.unicode.org/versions/Unicode16 .0.0/core-spec/chapter-3/#G33992 > `__.
2564
+ The uppercasing algorithm used is ` described in section 3.13.2 'Default Case
2565
+ Conversion ' of the Unicode Standard
2566
+ <https://www.unicode.org/versions/Unicode17 .0.0/core-spec/chapter-3/#G34078 > `__.
2567
2567
2568
2568
2569
2569
.. method :: str.zfill(width, /)
0 commit comments