https://github.com/python/cpython/commit/c6c57f1a0b963d8174587109dd02003740e03147
commit: c6c57f1a0b963d8174587109dd02003740e03147
branch: 3.13
author: Serhiy Storchaka <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2025-10-31T16:55:54Z
summary:

[3.13] Fix the versionchanged directive for gh-137836 (GH-140859)

files:
M Doc/library/html.parser.rst

diff --git a/Doc/library/html.parser.rst b/Doc/library/html.parser.rst
index 341a8337ba2ceb..3f075bb8cbae5c 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.
 
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to