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

parser: Deprecate more internal functions

This commit is contained in:
Nick Wellnhofer
2024-11-20 21:04:19 +01:00
parent a227a71ac9
commit 0dc26910c1
3 changed files with 31 additions and 11 deletions

View File

@ -343,6 +343,7 @@ deprecated_funcs = {
'xmlParseEntity': True,
'xmlParseEntityDecl': True,
'xmlParseEntityRef': True,
'xmlParseExtParsedEnt': True,
'xmlParseExternalSubset': True,
'xmlParseMarkupDecl': True,
'xmlParseMisc': True,