1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-02 20:42:30 +03:00

html: Deprecate more functions

This commit is contained in:
Nick Wellnhofer
2025-04-09 21:11:47 +02:00
parent ef73541a5a
commit 2ecc08f6dc
3 changed files with 19 additions and 0 deletions

View File

@ -301,6 +301,7 @@ deprecated_funcs = {
'htmlInitAutoClose': True,
'htmlIsAutoClosed': True,
'htmlIsBooleanAttr': True,
'htmlIsScriptAttribute': True,
'htmlParseCharRef': True,
'htmlParseElement': True,
'xmlByteConsumed': True,