]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Fix the versionchanged directive for gh-137836 (GH-140859)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 31 Oct 2025 16:55:54 +0000 (18:55 +0200)
committerGitHub <noreply@github.com>
Fri, 31 Oct 2025 16:55:54 +0000 (16:55 +0000)
Doc/library/html.parser.rst

index 341a8337ba2ceb87876fb5f50327160ae7369fa4..3f075bb8cbae5ccf5f32d73705248c6200082e1d 100644 (file)
@@ -41,7 +41,7 @@ parsing text files formatted in HTML (HyperText Mark-up Language) and XHTML.
    .. versionchanged:: 3.5
       The default value for argument *convert_charrefs* is now ``True``.
 
-   .. versionchanged:: 3.14.1
+   .. versionchanged:: 3.13.10
       Added the *scripting* parameter.