File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ using [Modest](https://github.com/lexborisov/Modest/) and [Lexbor](https://githu
77It supports two backends:
88
99- `Lexbor <https://github.com/lexbor/lexbor >`__ (preferred)
10- - `Modest <https://github.com/lexborisov/Modest >`__ (first generation of lexbor)
10+ - `Modest <https://github.com/lexborisov/Modest >`__ (first generation of lexbor, ** deprecated ** )
1111
1212API
1313===
Original file line number Diff line number Diff line change @@ -536,7 +536,9 @@ class Node:
536536 ...
537537
538538class HTMLParser :
539- """The HTML parser.
539+ """The HTML parser using modest backend.
540+
541+ This backend is **deprecated**. Please use `lexbor` backend instead.
540542
541543 Use this class to parse raw HTML.
542544
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ include "modest/util.pxi"
88include " utils.pxi"
99
1010cdef class HTMLParser:
11- """ The HTML parser.
11+ """ The HTML parser using modest backend.
12+
13+ This backend is **deprecated**. Please use `lexbor` backend instead.
1214
1315 Use this class to parse raw HTML.
1416
You can’t perform that action at this time.
0 commit comments