From: Serhiy Storchaka Date: Fri, 31 Oct 2025 16:55:54 +0000 (+0200) Subject: [3.13] Fix the versionchanged directive for gh-137836 (GH-140859) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6c57f1a0b963d8174587109dd02003740e03147;p=thirdparty%2FPython%2Fcpython.git [3.13] Fix the versionchanged directive for gh-137836 (GH-140859) --- diff --git a/Doc/library/html.parser.rst b/Doc/library/html.parser.rst index 341a8337ba2c..3f075bb8cbae 100644 --- a/Doc/library/html.parser.rst +++ b/Doc/library/html.parser.rst @@ -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.