mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-02 20:42:30 +03:00
encoding: Deprecate xmlByteConsumed
This was only used by Chromium/WebKit to detect whether xmlParseContent
really succeeded. It's a horrible, overcomplicated hack.
See 8c5848bd
and #767.
This commit is contained in:
@ -299,6 +299,7 @@ deprecated_funcs = {
|
||||
'namePush': True,
|
||||
'nodePop': True,
|
||||
'nodePush': True,
|
||||
'xmlByteConsumed': True,
|
||||
'xmlCheckFilename': True,
|
||||
'xmlCheckLanguageID': True,
|
||||
'xmlCleanupCharEncodingHandlers': True,
|
||||
|
Reference in New Issue
Block a user