Opened 6 years ago
Closed 6 years ago
#11504 closed enhancement (fixed)
lxml-4.3.0 (python module)
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 8.4 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version.
Change History (3)
comment:1 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
Summary: | lxml-4.2.6 → lxml-4.3.0 (python module) |
---|
Note:
See TracTickets
for help on using tickets.
Now version 4.3.0
4.3.0 (2019-01-04)
Features added
lxml.sax
is compiled using Cython in order to speed it up.
lxml.sax.ElementTreeProducer
now preserves the namespace prefixes. If two prefixes point to the same URI, the first prefix in alphabetical order is used. Patch by Lennart Regebro.
Other changes
4.2.6 (2019-01-02)
Bugs fixed