This file is indexed.

/usr/share/pyshared/zope/component/configure.txt is in python-zope.component 3.10.0-2.

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
Package configuration
=====================

The ``zope.component`` package provides a ZCML file that configures some basic
components:

  >>> from zope.configuration.xmlconfig import XMLConfig
  >>> import zope.component

  >>> XMLConfig('configure.zcml', zope.component)()

  >>> len(list(zope.component.getGlobalSiteManager().registeredHandlers()))
  5