This file is indexed.

/usr/share/doc/python-apt-doc/html/_sources/whatsnew/0.8.0.txt is in python-apt-doc 1.1.0~beta1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
What's New In python-apt 0.8
============================
Python-apt 0.8 is a new major release of the python bindings for the APT
package management libraries.


Removal of old API
------------------
The old API that was deprecated in 0.7.100 is no longer available. Applications
that have not yet updated to the new API should do so.

Multi-arch support
------------------
This version of python-apt introduces multi-arch support:

    * A new class, :class:`apt_pkg.Group` has been added.
    * :class:`apt_pkg.Cache` can now be indexed by ``(name, architecture)``
      tuples
      
Features for mancoosi
----------------------
Several new features related to ordering have been added on request
of the mancoosi project:

    * A new class :class:`apt_pkg.OrderList` has been added
    * The :class:`apt_pkg.PackageManager` class now provides new methods
      for registering install/remove/configure actions which can be
      subclassed to check ordering.

Other changes
-------------
This release of python-apt also features several other, smaller changes:

    * apt_pkg.Cache() now takes None for the progress parameter, preventing
      progress reporting.

There have been various other changes, see the changelog for a complete list
of changes.