elementtree 1.2.1

Parse an XML file into Python elementtree like structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Changelog

All notable changes to elementtree are documented here.

## 1.2.1

- Fixed an overflow when parsing long bad doctypes. (#15)

## 1.2.0

- Removed unmaintained `xml-rs` dependency.