Opened 6 years ago

Closed 6 years ago

#10530 closed enhancement (fixed)

lxml-4.2.0 (python module)

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 8.3
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 6 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 6 years ago

Summary: lxml-4.2.0lxml-4.2.0 (python module)

4.2.0 (2018-03-13)

  • Features added
  • GH#255: SelectElement.value returns more standard-compliant and browser-like defaults for non-multi-selects. If no option is selected, the value of the first option is returned (instead of None). If multiple options are selected, the value of the last one is returned (instead of that of the first one). If no options are present (not standard-compliant) SelectElement.value still returns None.
  • GH#261: The HTMLParser() now supports the huge_tree option. Patch by stranac.

Bugs fixed

  • LP#1551797: Some XSLT messages were not captured by the transform error log.
  • LP#1737825: Crash at shutdown after an interrupted iterparse run with XMLSchema validation.

comment:3 by Bruce Dubbs, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 19998.

Note: See TracTickets for help on using tickets.