Opened 4 years ago

Closed 4 years ago

#14148 closed enhancement (fixed)

lxml-4.6.0 (Python Module)

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

Description

New miinor version.

Change History (4)

comment:1 by Bruce Dubbs, 4 years ago

4.6.0 (2020-10-17)

Features added

  • GH 310: lxml.html.InputGetter supports len() to count the number of input fields.
  • lxml.html.InputGetter has a new .items() method to ease processing all input fields.
  • lxml.html.InputGetter.keys() now returns the field names in document order.
  • GH-309: The API documentation is now generated using sphinx-apidoc. Patch by Chris Mayo.

Bugs fixed

  • LP 1869455: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined.
  • TreeBuilder.close() raised AssertionError in some error cases where it should have raised XMLSyntaxError. It now raises a combined exception to keep up backwards compatibility, while switching to XMLSyntaxError as an interface.

comment:2 by Bruce Dubbs, 4 years ago

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

comment:3 by Douglas R. Reno, 4 years ago

Summary: lxml-4.6.0 (Perl Module)lxml-4.6.0 (Python Module)

comment:4 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 23819.

Note: See TracTickets for help on using tickets.