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

parser: Deprecate xmlIsLetter

This commit is contained in:
Nick Wellnhofer
2024-06-26 01:08:48 +02:00
parent fa50be923b
commit 3ff8a2c4b8
3 changed files with 4 additions and 3 deletions

View File

@ -312,6 +312,7 @@ deprecated_funcs = {
'xmlInitializeDict': True,
'xmlIOFTPMatch': True,
'xmlIOHTTPMatch': True,
'xmlIsLetter': True,
'xmlIsRef': True,
'xmlKeepBlanksDefault': True,
'xmlLineNumbersDefault': True,