What’s New In python-apt 1.1¶
This release is built against APT 1.1
Highlights¶
Code that previously raised
SystemError
now raisesapt_pkg.Error
.
Removed¶
The class
apt_pkg.IndexRecords
has been removed, as it was removed in APT 1.1apt_pkg.Dependency.smart_target_pkg
has been removed.
Added¶
The class
apt_pkg.HashStringList
has been added.The class
apt_pkg.Error
and an aliasapt_inst.Error
has been added.